瀏覽代碼

[修改]端口8080、密码123456

13660505945 2 周之前
父節點
當前提交
83268e13a0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -1,6 +1,6 @@
 server:
   #端口号
-  port: 8081
+  port: 8080
   servlet:
     session:
       timeout: 36000 #登录超时-秒
@@ -38,7 +38,7 @@ spring:
     url: jdbc:mysql://localhost:3306/jsh_erp?useUnicode=true&characterEncoding=utf8&useCursorFetch=true&defaultFetchSize=500&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false
     driverClassName: com.mysql.cj.jdbc.Driver
     username: root
-    password: root
+    password: 123456
   # Redis
   redis:
     host: 127.0.0.1