提交 ad4eb300 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

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

上级 064a5c4a
...@@ -29,6 +29,7 @@ public class JeecgNacosApplication { ...@@ -29,6 +29,7 @@ public class JeecgNacosApplication {
public static void main(String[] args) { public static void main(String[] args) {
System.setProperty("nacos.standalone", standalone); System.setProperty("nacos.standalone", standalone);
System.setProperty("nacos.core.auth.enabled", enabled); System.setProperty("nacos.core.auth.enabled", enabled);
System.setProperty("server.tomcat.basedir","logs");
SpringApplication.run(JeecgNacosApplication.class, args); SpringApplication.run(JeecgNacosApplication.class, args);
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册