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