mirror of https://github.com/jeecgboot/jeecg-boot
nacos server本地化采用jar方式启动,简化开发
parent
064a5c4a0e
commit
ad4eb300f0
|
@ -29,6 +29,7 @@ public class JeecgNacosApplication {
|
|||
public static void main(String[] args) {
|
||||
System.setProperty("nacos.standalone", standalone);
|
||||
System.setProperty("nacos.core.auth.enabled", enabled);
|
||||
System.setProperty("server.tomcat.basedir","logs");
|
||||
SpringApplication.run(JeecgNacosApplication.class, args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue