Browse Source

feat(合同):合同制作

liutao 5 months ago
parent
commit
8eef455c29
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application-dev.yml

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

@@ -21,7 +21,7 @@ spring:
     master:
     master:
       continueOnError: true
       continueOnError: true
       type: com.alibaba.druid.pool.DruidDataSource
       type: com.alibaba.druid.pool.DruidDataSource
-      url: jdbc:mysql://192.168.3.6:3106/factoring_trade_v4?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
+      url: jdbc:mysql://192.168.3.6:3106/factoring_trade_v4_online_new?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
       username: root
       username: root
       password: root
       password: root
       driver-class-name: com.mysql.jdbc.Driver
       driver-class-name: com.mysql.jdbc.Driver
@@ -70,7 +70,7 @@ pagehelper:
   supportMethodsArguments: true
   supportMethodsArguments: true
   params: count=countSql
   params: count=countSql
 
 
-localhost: 192.168.2.34
+localhost: 192.168.3.6
 
 
 #Redis缓存服务配置
 #Redis缓存服务配置
 redis:
 redis: