3.7.1版本发布

This commit is contained in:
JEECG
2024-09-10 15:39:32 +08:00
parent 39ca47d2ef
commit 17c68f6d53
164 changed files with 2605 additions and 549 deletions

View File

@ -27,6 +27,9 @@ public class JeecgNacosApplication {
public static void main(String[] args) {
System.setProperty("nacos.standalone", standalone);
System.setProperty("nacos.core.auth.enabled", enabled);
// //一旦Nacos初始化用户名nacos将不能被修改但你可以通过控制台或API来修改密码 https://nacos.io/en/blog/faq/nacos-user-question-history8420
// System.setProperty("nacos.core.auth.default.username", "nacos");
// System.setProperty("nacos.core.auth.default.password", "nacos");
System.setProperty("server.tomcat.basedir","logs");
//自定义启动端口号
System.setProperty("server.port","8848");