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