소스 검색

修改数据库密码

cuixiaodong 10 달 전
부모
커밋
90b1325c92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/src/main/resources/application-local.yml

+ 1 - 1
server/src/main/resources/application-local.yml

@@ -10,7 +10,7 @@ spring:
         driver-class-name: com.mysql.jdbc.Driver
         url: jdbc:mysql://127.0.0.1:3306/erp-warehouse?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=true&useSSL=false
         username: root
-        password: root
+        password: Gd8XCWEef72GerxE
 
   #rabbitmq
   rabbitmq: