|
@@ -20,7 +20,7 @@ ds:
|
|
|
# 使用环境
|
|
|
spring:
|
|
|
profiles:
|
|
|
- active: dev
|
|
|
+ active:
|
|
|
|
|
|
# 使用CGLIB实现AOP
|
|
|
aop:
|
|
@@ -32,10 +32,10 @@ spring:
|
|
|
primary:
|
|
|
# 数据源zaxxer HikariCP
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
- driver-class-name: org.mariadb.jdbc.Driver
|
|
|
- url: jdbc:mysql://rm-wz9rps8173a1nx63g819.mysql.rds.aliyuncs.com:3306/cuspay?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
|
|
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
+ url: jdbc:mysql://out-rm-wz9rps8173a1nx63gio.mysql.rds.aliyuncs.com:3306/cuspay?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
|
|
|
username: qh_cus
|
|
|
- password: #nbJVH*W7p
|
|
|
+ password: Ci*&k89Cf
|
|
|
# hikari连接池配置
|
|
|
hikari:
|
|
|
connection-timeout: 10000
|
|
@@ -56,11 +56,11 @@ redis:
|
|
|
port: 7001
|
|
|
- host: 120.76.84.45
|
|
|
port: 7002
|
|
|
- - host: 120.76.26.84
|
|
|
+ - host: 120.76.84.45
|
|
|
port: 7003
|
|
|
- - host: 120.76.26.84
|
|
|
+ - host: 120.76.84.45
|
|
|
port: 7004
|
|
|
- - host: 120.76.26.84
|
|
|
+ - host: 120.76.84.45
|
|
|
port: 7005
|
|
|
password: Abc-123#*.-
|
|
|
|
|
@@ -81,7 +81,7 @@ mybatis:
|
|
|
mapper-locations: classpath:mybatis/mapper/**/*.xml
|
|
|
type-aliases-package: com.emato.cuspay
|
|
|
|
|
|
-wx:
|
|
|
+wx:
|
|
|
payment:
|
|
|
declare:
|
|
|
url: https://api.mch.weixin.qq.com/cgi-bin/mch/customs/customdeclareorder
|
|
@@ -97,4 +97,4 @@ db:
|
|
|
#定时器报关一次区的数据
|
|
|
declare:
|
|
|
limit: 20
|
|
|
- count: 2
|
|
|
+ count: 2
|