dzk 1 rok pred
rodič
commit
f9f1c34b9f

+ 1 - 1
.run/digital-investment.run.xml

@@ -1,5 +1,5 @@
 <component name="ProjectRunConfigurationManager">
-  <configuration default="false" name="digital-investment" type="docker-deploy" factoryName="dockerfile" singleton="false" server-name="172.16.118.8">
+  <configuration default="false" name="digital-investment" type="docker-deploy" factoryName="dockerfile" singleton="false" server-name="172.16.118.14">
     <deployment type="dockerfile">
       <settings>
         <option name="imageTag" value="digital-investment" />

+ 3 - 3
ruoyi-admin/src/main/resources/application-prod.yml

@@ -23,7 +23,7 @@ xxl.job:
   # 调度中心地址:如调度中心集群部署存在多个地址则用逗号分隔。
   admin-addresses: http://192.168.0.26:8080/xxl-job-admin
   # 执行器通讯TOKEN:非空时启用
-  access-token: tokenixuemtuoekpjmixhddlhzssuquvvlxya
+  access-token:
   executor:
     # 执行器AppName:执行器心跳注册分组依据;为空则关闭自动注册
     appname: xxl-job-executor
@@ -57,7 +57,7 @@ spring:
           driverClassName: com.mysql.cj.jdbc.Driver
           # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
           # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
-          url: jdbc:mysql://172.16.118.1:3306/digital-investment?useSSL=true&characterEncoding=utf-8
+          url: jdbc:mysql://192.168.0.31:3306/digital-investment?useSSL=true&characterEncoding=utf-8
           username: root
           password: LongX@321
 
@@ -111,7 +111,7 @@ spring:
 spring:
   redis:
     # 地址
-    host: 172.16.118.4
+    host: 192.168.0.34
     # 端口,默认为6379
     port: 6379
     # 数据库索引