Commit f692e7d0 authored by Quxl's avatar Quxl

x

parent 73b52bc1
......@@ -29,7 +29,7 @@ public class FilmApplication {
public static <T> T getBean(Class<T> clazz){
return getApplicationContext().getBean(clazz);
}
public static <T> T getBean(String name, Class<T> clazz){
return getApplicationContext().getBean(name, clazz);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment