mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 11:35:06 +08:00
增加 service 模板
This commit is contained in:
@ -8,11 +8,12 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@EnableAdminServer // TODO 芋艿:需要迁移出去
|
||||
public class DashboardApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// 设置读取的配置文件
|
||||
System.setProperty("spring.config.name", "application,db");
|
||||
// static {
|
||||
// // 设置读取的配置文件
|
||||
// System.setProperty("spring.config.name", "application,db");
|
||||
// }
|
||||
|
||||
// 启动 Spring Boot
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(DashboardApplication.class, args);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user