修改测试环境
This commit is contained in:
parent
9f32d1811d
commit
3ab80e7931
|
|
@ -6,9 +6,9 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://121.37.185.246:3306/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://101.35.149.39:3306/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||||
username: fucai
|
username: root
|
||||||
password: fucai_8080
|
password: Aa615243
|
||||||
hikari:
|
hikari:
|
||||||
maximum-pool-size: 5
|
maximum-pool-size: 5
|
||||||
minimum-idle: 2
|
minimum-idle: 2
|
||||||
|
|
@ -16,9 +16,9 @@ spring:
|
||||||
max-lifetime: 1800000
|
max-lifetime: 1800000
|
||||||
connection-test-query: SELECT 1
|
connection-test-query: SELECT 1
|
||||||
redis:
|
redis:
|
||||||
host: 123.60.153.169
|
host: 101.35.149.39
|
||||||
port: 6379
|
port: 6379
|
||||||
password: Xgf_redis
|
password:
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,55 @@
|
||||||
|
#spring:
|
||||||
|
# datasource:
|
||||||
|
# dynamic:
|
||||||
|
# primary: master
|
||||||
|
# strict: false
|
||||||
|
# datasource:
|
||||||
|
# master:
|
||||||
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
# url: jdbc:mysql://121.37.185.246:3306/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||||
|
# username: fucai
|
||||||
|
# password: fucai_8080
|
||||||
|
# hikari:
|
||||||
|
# maximum-pool-size: 5
|
||||||
|
# minimum-idle: 2
|
||||||
|
# connection-timeout: 600000
|
||||||
|
# max-lifetime: 1800000
|
||||||
|
# connection-test-query: SELECT 1
|
||||||
|
# redis:
|
||||||
|
# host: 123.60.153.169
|
||||||
|
# port: 6379
|
||||||
|
# password: Xgf_redis
|
||||||
|
# jackson:
|
||||||
|
# date-format: yyyy-MM-dd HH:mm:ss
|
||||||
|
# time-zone: GMT+8
|
||||||
|
# mvc:
|
||||||
|
# hiddenmethod:
|
||||||
|
# filter:
|
||||||
|
# enabled: true
|
||||||
|
# servlet:
|
||||||
|
# multipart:
|
||||||
|
# max-file-size: 300MB
|
||||||
|
# max-request-size: 300MB
|
||||||
|
#mybatis-plus:
|
||||||
|
# global-config:
|
||||||
|
# db-column-underline: true # 表格列与实体类属性命名不同时,自动转换
|
||||||
|
# logic-not-delete-value: 0 # 设置逻辑非删除值
|
||||||
|
# logic-delete-field: isdel # 设置逻辑删除字段名称
|
||||||
|
# mapper-locations: classpath*:/mapper/**/*Mapper.xml
|
||||||
|
# configuration:
|
||||||
|
# #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||||
|
#jwt:
|
||||||
|
# secret: asindaionsfioudhhqk38474ansfioau8ksudhhqk3847495asdasdasdaqwi2uasdfrvvqw1asdasdfgasda23hdi181234dfjf823j41ll123h9
|
||||||
|
# expiration: 259200000
|
||||||
|
# header: auth-token
|
||||||
|
#logback:
|
||||||
|
# path: data/logs
|
||||||
|
#
|
||||||
|
#fucai:
|
||||||
|
# api:
|
||||||
|
# appId: wenlv20250908
|
||||||
|
# appSecretKey: TFNYOZZQLHF5DHOJ
|
||||||
|
# url: https://yfb.genlot.com:10000/nx-gateway/open/station/winNotice/get
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
@ -6,9 +6,9 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://114.55.131.96:33906/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://101.35.149.39:3306/kaijiang_fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||||
username: lzlj
|
username: root
|
||||||
password: lzlj_8080
|
password: Aa615243
|
||||||
hikari:
|
hikari:
|
||||||
maximum-pool-size: 5
|
maximum-pool-size: 5
|
||||||
minimum-idle: 2
|
minimum-idle: 2
|
||||||
|
|
@ -16,9 +16,9 @@ spring:
|
||||||
max-lifetime: 1800000
|
max-lifetime: 1800000
|
||||||
connection-test-query: SELECT 1
|
connection-test-query: SELECT 1
|
||||||
redis:
|
redis:
|
||||||
host: 123.60.153.169
|
host: 101.35.149.39
|
||||||
port: 6379
|
port: 6379
|
||||||
password: Xgf_redis
|
password:
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,55 @@
|
||||||
|
#spring:
|
||||||
|
# datasource:
|
||||||
|
# dynamic:
|
||||||
|
# primary: master
|
||||||
|
# strict: false
|
||||||
|
# datasource:
|
||||||
|
# master:
|
||||||
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
# url: jdbc:mysql://114.55.131.96:33906/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||||
|
# username: lzlj
|
||||||
|
# password: lzlj_8080
|
||||||
|
# hikari:
|
||||||
|
# maximum-pool-size: 5
|
||||||
|
# minimum-idle: 2
|
||||||
|
# connection-timeout: 600000
|
||||||
|
# max-lifetime: 1800000
|
||||||
|
# connection-test-query: SELECT 1
|
||||||
|
# redis:
|
||||||
|
# host: 123.60.153.169
|
||||||
|
# port: 6379
|
||||||
|
# password: Xgf_redis
|
||||||
|
# jackson:
|
||||||
|
# date-format: yyyy-MM-dd HH:mm:ss
|
||||||
|
# time-zone: GMT+8
|
||||||
|
# mvc:
|
||||||
|
# hiddenmethod:
|
||||||
|
# filter:
|
||||||
|
# enabled: true
|
||||||
|
# servlet:
|
||||||
|
# multipart:
|
||||||
|
# max-file-size: 300MB
|
||||||
|
# max-request-size: 300MB
|
||||||
|
#mybatis-plus:
|
||||||
|
# global-config:
|
||||||
|
# db-column-underline: true # 表格列与实体类属性命名不同时,自动转换
|
||||||
|
# logic-not-delete-value: 0 # 设置逻辑非删除值
|
||||||
|
# logic-delete-field: isdel # 设置逻辑删除字段名称
|
||||||
|
# mapper-locations: classpath*:/mapper/**/*Mapper.xml
|
||||||
|
# configuration:
|
||||||
|
# #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||||
|
#jwt:
|
||||||
|
# secret: asindaionsfioudhhqk38474ansfioau8ksudhhqk3847495asdasdasdaqwi2uasdfrvvqw1asdasdfgasda23hdi181234dfjf823j41ll123h9
|
||||||
|
# expiration: 259200000
|
||||||
|
# header: auth-token
|
||||||
|
#logback:
|
||||||
|
# path: data/logs
|
||||||
|
#
|
||||||
|
#fucai:
|
||||||
|
# api:
|
||||||
|
# appId: wenlv20250908
|
||||||
|
# appSecretKey: TFNYOZZQLHF5DHOJ
|
||||||
|
# url: https://yfb.genlot.com:10000/nx-gateway/open/station/winNotice/get
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<groupId>com.jinrui.financial</groupId>
|
<groupId>com.jinrui.financial</groupId>
|
||||||
<artifactId>com-marriage-client</artifactId>
|
<artifactId>com-marriage-client</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>com-kaijiang-client</name>
|
<name>com-marriage-client</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-webmvc.version>5.2.9.RELEASE</spring-webmvc.version>
|
<spring-webmvc.version>5.2.9.RELEASE</spring-webmvc.version>
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://121.37.185.246:3306/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://101.35.149.39:3306/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||||
username: fucai
|
username: root
|
||||||
password: fucai_8080
|
password: Aa615243
|
||||||
hikari:
|
hikari:
|
||||||
maximum-pool-size: 5
|
maximum-pool-size: 5
|
||||||
minimum-idle: 2
|
minimum-idle: 2
|
||||||
|
|
@ -16,9 +16,9 @@ spring:
|
||||||
max-lifetime: 1800000
|
max-lifetime: 1800000
|
||||||
connection-test-query: SELECT 1
|
connection-test-query: SELECT 1
|
||||||
redis:
|
redis:
|
||||||
host: 123.60.153.169
|
host: 101.35.149.39
|
||||||
port: 6379
|
port: 6379
|
||||||
password: Xgf_redis
|
password:
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,77 @@
|
||||||
|
#spring:
|
||||||
|
# datasource:
|
||||||
|
# dynamic:
|
||||||
|
# primary: master
|
||||||
|
# strict: false
|
||||||
|
# datasource:
|
||||||
|
# master:
|
||||||
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
# url: jdbc:mysql://121.37.185.246:3306/fucai?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||||
|
# username: fucai
|
||||||
|
# password: fucai_8080
|
||||||
|
# hikari:
|
||||||
|
# maximum-pool-size: 5
|
||||||
|
# minimum-idle: 2
|
||||||
|
# connection-timeout: 600000
|
||||||
|
# max-lifetime: 1800000
|
||||||
|
# connection-test-query: SELECT 1
|
||||||
|
# redis:
|
||||||
|
# host: 123.60.153.169
|
||||||
|
# port: 6379
|
||||||
|
# password: Xgf_redis
|
||||||
|
# jackson:
|
||||||
|
# date-format: yyyy-MM-dd HH:mm:ss
|
||||||
|
# time-zone: GMT+8
|
||||||
|
# mvc:
|
||||||
|
# hiddenmethod:
|
||||||
|
# filter:
|
||||||
|
# enabled: true
|
||||||
|
# servlet:
|
||||||
|
# multipart:
|
||||||
|
# max-file-size: 300MB
|
||||||
|
# max-request-size: 300MB
|
||||||
|
#mybatis-plus:
|
||||||
|
# global-config:
|
||||||
|
# db-column-underline: true # 表格列与实体类属性命名不同时,自动转换
|
||||||
|
# logic-not-delete-value: 0 # 设置逻辑非删除值
|
||||||
|
# logic-delete-field: isdel # 设置逻辑删除字段名称
|
||||||
|
# mapper-locations: classpath*:/mapper/**/*Mapper.xml
|
||||||
|
# configuration:
|
||||||
|
# #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||||
|
#jwt:
|
||||||
|
# secret: asindaionsfioudhhqk38474ansfioau8ksudhhqk3847495asdasdasdaqwi2uasdfrvvqw1asdasdfgasda23hdi181234dfjf823j41ll123h9
|
||||||
|
# expiration: 259200000
|
||||||
|
# header: auth-token
|
||||||
|
#logback:
|
||||||
|
# path: data/logs
|
||||||
|
#
|
||||||
|
#fucai:
|
||||||
|
# api:
|
||||||
|
# appId: wenlv20250908
|
||||||
|
# appSecretKey: TFNYOZZQLHF5DHOJ
|
||||||
|
# url: https://yfb.genlot.com:10000/nx-gateway/open/station/winNotice/get
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#sms:
|
||||||
|
# url: https://api.sms.jpush.cn/v1/messages
|
||||||
|
# appKey: 3ac02d02361ffea043cc2c87
|
||||||
|
# masterSecret: 3293c9a7f9532a59edd5bc15
|
||||||
|
# signId: 27289
|
||||||
|
# codeTemplateId: 1
|
||||||
|
#
|
||||||
|
#wechat:
|
||||||
|
# appId: wxaae06e5a98cdef82
|
||||||
|
# secret: 5d6acf5b1c8452ae4831e61cfb87a2c4
|
||||||
|
# url: https://nx.smartjinrui.cn/h5-marriage/
|
||||||
|
#
|
||||||
|
#
|
||||||
|
## token配置
|
||||||
|
#token:
|
||||||
|
# # 令牌自定义标识
|
||||||
|
# header: Authorization
|
||||||
|
# # 令牌密钥
|
||||||
|
# secret: abcdefghijklmnopqrstuvwxyz
|
||||||
|
# # 令牌有效期(默认30分钟)
|
||||||
|
# expireTime: 30
|
||||||
|
#
|
||||||
Loading…
Reference in New Issue