Commit ad4eb300 by zhangdaiscott

nacos server本地化采用jar方式启动,简化开发

parent 064a5c4a
......@@ -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);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment