|
|
@ -20,7 +20,6 @@ public class XmApplication { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
XmPrject xmPrject=new XmProject(); |
|
|
|
|
|
SpringApplication.run(XmApplication.class,args); |
|
|
SpringApplication.run(XmApplication.class,args); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|