|
|
@@ -17,12 +17,12 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
@EnableAsync
|
|
|
@ImportResource("classpath:ureport-console-context.xml")
|
|
|
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
|
|
|
-public class RuoYiApplication
|
|
|
+public class GuoRuanApplication
|
|
|
{
|
|
|
public static void main(String[] args)
|
|
|
{
|
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
|
- SpringApplication.run(RuoYiApplication.class, args);
|
|
|
+ SpringApplication.run(GuoRuanApplication.class, args);
|
|
|
System.out.println("(♥◠‿◠)ノ゙ 国软管理系统启动成功 ლ(´ڡ`ლ)゙ \n");
|
|
|
}
|
|
|
|