mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-09 13:19:15 +00:00
修复 Monitor 无法使用--spring.profiles.active 方式,使用配置文件。
This commit is contained in:
@@ -13,6 +13,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
@EnableAdminServer
|
@EnableAdminServer
|
||||||
public class JeecgMonitorApplication {
|
public class JeecgMonitorApplication {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(JeecgMonitorApplication.class);
|
SpringApplication.run(JeecgMonitorApplication.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user