|
@@ -6,16 +6,14 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 启动程序
|
|
* 启动程序
|
|
- *
|
|
|
|
|
|
+ *
|
|
* @author ruoyi
|
|
* @author ruoyi
|
|
*/
|
|
*/
|
|
-@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
|
|
|
|
-public class RuoYiApplication
|
|
|
|
-{
|
|
|
|
- public static void main(String[] args)
|
|
|
|
- {
|
|
|
|
|
|
+@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
|
|
|
|
+public class SongHuaApplication {
|
|
|
|
+ public static void main(String[] args) {
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
- SpringApplication.run(RuoYiApplication.class, args);
|
|
|
|
|
|
+ SpringApplication.run(SongHuaApplication.class, args);
|
|
System.out.println("(♥◠‿◠)ノ゙ 启动成功 ლ(´ڡ`ლ)゙ ");
|
|
System.out.println("(♥◠‿◠)ノ゙ 启动成功 ლ(´ڡ`ლ)゙ ");
|
|
}
|
|
}
|
|
}
|
|
}
|