配置调整为正式环境
This commit is contained in:
parent
847cfe7b4d
commit
72f5eea1ff
6
pom.xml
6
pom.xml
|
|
@ -13,10 +13,10 @@
|
|||
<relativePath/>
|
||||
</parent>
|
||||
<groupId>com.wanglei</groupId>
|
||||
<artifactId>linfen</artifactId>
|
||||
<artifactId>fxnsp</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>boot</name>
|
||||
<description>王磊河津 数采</description>
|
||||
<description>汾西数据数采</description>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>wanglei-hj</finalName>
|
||||
<finalName>fx-nsp-gather</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ server:
|
|||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://8.130.9.244:13306/jeecg-boot?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: user_hj
|
||||
password: user_hj
|
||||
url: jdbc:mysql://192.168.2.3:3306/fx_nsp?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: user_fx
|
||||
password: user_fx
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
filters: stat,wall,log4j
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ server:
|
|||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://172.23.82.152:13306/jeecg-boot?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: user_hj
|
||||
password: user_hj
|
||||
url: jdbc:mysql://192.168.0.7:13306/fx_nsp?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: user_fx
|
||||
password: user_fx
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
filters: stat,wall,log4j
|
||||
|
||||
|
|
@ -66,14 +66,14 @@ logging:
|
|||
|
||||
xxl:
|
||||
job:
|
||||
accessToken: lhzn.20250409
|
||||
accessToken: lhzn.20251111
|
||||
admin:
|
||||
addresses: http://172.23.82.152:10003/xxl-job-admin
|
||||
addresses: http://192.168.0.7:10006/xxl-job-admin
|
||||
executor:
|
||||
appname: hjTask
|
||||
appname: fxTask
|
||||
address:
|
||||
ip:
|
||||
port: 10004
|
||||
port: 10007
|
||||
logpath: /logs/xxl-job/jobhandler
|
||||
logretentiondays: 30
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue