|
@@ -1,7 +1,7 @@
|
|
|
server:
|
|
|
- port: 9100
|
|
|
+ port: 9200
|
|
|
servlet:
|
|
|
- context-path: /fyzd
|
|
|
+ context-path: /ldb-airport
|
|
|
session:
|
|
|
persistent: false
|
|
|
|
|
@@ -12,16 +12,16 @@ server:
|
|
|
max: 20
|
|
|
spring:
|
|
|
application:
|
|
|
- name: /fyzd
|
|
|
+ name: /ldb-airport-master
|
|
|
jackson:
|
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
|
default-property-inclusion: non_null
|
|
|
time-zone: GMT+8
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://rm-9vcwh3chy10jo90xk.mysql.rds.ltops.gzdata.com.cn:3306/fyzd?characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
- username: ysgz_fyzd
|
|
|
- password: QAZwsx123
|
|
|
+ url: jdbc:mysql://192.168.99.12:3306/ldb_airport?characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
+ username: root
|
|
|
+ password: nqj##361
|
|
|
hikari:
|
|
|
maximum-pool-size: 10
|
|
|
minimum-idle: 5
|
|
@@ -48,7 +48,7 @@ spring:
|
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
shutdown-timeout: 100ms
|
|
|
password: ''
|
|
|
- port: 6379
|
|
|
+ port: 6380
|
|
|
|
|
|
logging:
|
|
|
file:
|
|
@@ -79,12 +79,12 @@ mapper. mappers: com.yx.face.boot.component.tk.TKMapper
|
|
|
wx:
|
|
|
miniapp:
|
|
|
configs:
|
|
|
- - appid: wx4abbcffd7abc80b8
|
|
|
- secret: 460651003eecb2d27cad6f15e95b09f9
|
|
|
+ - appid: wx1d8658b9d9597284
|
|
|
+ secret: 1a39f8be0b2d84a3176cb3c74a6dd222
|
|
|
token: #微信小程序消息服务器配置的token
|
|
|
aesKey: #微信小程序消息服务器配置的EncodingAESKey
|
|
|
msgDataFormat: JSON
|
|
|
-weixin.appid: wx4abbcffd7abc80b8
|
|
|
+weixin.appid: wx1d8658b9d9597284
|
|
|
##``````````````````````````````````` 在线文档 配置``````````````````````````````````````````````````````````````###
|
|
|
swagger:
|
|
|
enable: true
|
|
@@ -93,9 +93,9 @@ knife4j:
|
|
|
basic:
|
|
|
enable: true
|
|
|
## Basic认证用户名
|
|
|
- username: fyzd
|
|
|
+ username: ldbAirport
|
|
|
## Basic认证密码
|
|
|
- password: fyzd
|
|
|
+ password: ldbAirport
|
|
|
|
|
|
|
|
|
##-----------------------------------------微信
|
|
@@ -103,11 +103,11 @@ wx.phone.url: http://192.168.99.11:9012/winxin-fyzd/weiXin/getPhone
|
|
|
##``````````````````````````````````` 上传文件 配置``````````````````````````````````````````````````````````````###
|
|
|
file.upload.path: file/
|
|
|
file.upload.path.relative: /file/**
|
|
|
-web.address: https://fyzd.gzdata.com.cn:9100/fyzd/
|
|
|
+web.address: https://ldb-airport.hz-hanghui.com:9100/ldb-airport/
|
|
|
|
|
|
|
|
|
##``````````````````````````````````` 人脸服务 配置``````````````````````````````````````````````````````````````###
|
|
|
-face.service.tb: http://10.61.107.140:1820
|
|
|
+face.service.tb: http://192.168.99.11:1820
|
|
|
|
|
|
#定时任务 每5分钟
|
|
|
cron.face.clear.user: 0 1/5 * * * ?
|