Browse Source

新增docker打包代码

赵冬冬 3 years ago
parent
commit
c0b40a2baa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      report-core/src/main/resources/bootstrap-prod.yml

+ 1 - 1
report-core/src/main/resources/bootstrap-prod.yml

@@ -1,7 +1,7 @@
 # 该文件配置会继承bootstrap.xml,只需要配置数据库等差异配置
 spring:
   datasource:
-    url: jdbc:mysql://192.168.1.102:3306/report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
+    url: jdbc:mysql://127.0.0.1:3306/report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
     username: report
     password: 123456