Commit 31856385 authored by Quxl's avatar Quxl

x

parent 9dac0145
...@@ -32,7 +32,6 @@ public class SapServiceApplication { ...@@ -32,7 +32,6 @@ public class SapServiceApplication {
public static Object getBean(String name){ public static Object getBean(String name){
return getApplicationContext().getBean(name); return getApplicationContext().getBean(name);
} }
public static <T> T getBean(Class<T> clazz){ public static <T> T getBean(Class<T> 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