Browse Source

[修改]端口8080、密码123456

13660505945 1 week ago
parent
commit
83268e13a0
1 changed files with 2 additions and 2 deletions
  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