2025-09-24 10:55:42 +08:00
|
|
|
logging:
|
|
|
|
|
level:
|
|
|
|
|
root: DEBUG
|
2024-12-05 13:08:22 +08:00
|
|
|
server:
|
|
|
|
|
port: 13579
|
2024-12-12 14:19:37 +08:00
|
|
|
compression:
|
|
|
|
|
enabled: true
|
|
|
|
|
servlet:
|
|
|
|
|
context-path: /admin
|
2024-12-05 13:08:22 +08:00
|
|
|
oss:
|
|
|
|
|
ak: LTAI5t8z9QNdCG6b54mDgx8p
|
|
|
|
|
sk: F3M41hTgH8g99ZgVWyelj42825YbZM
|
|
|
|
|
roleArn: acs:ram::1647420045565932:role/ramoss
|
|
|
|
|
endPoint: oss-cn-hangzhou.aliyuncs.com
|
|
|
|
|
region: oss-cn-hangzhou
|
|
|
|
|
bucketName: lengfeng-test
|
|
|
|
|
baseUrl: https://lengfeng-test.oss-cn-hangzhou.aliyuncs.com
|
|
|
|
|
sts:
|
|
|
|
|
endPoint: sts.cn-hangzhou.aliyuncs.com
|
2024-12-12 14:19:37 +08:00
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
2025-06-17 08:01:25 +08:00
|
|
|
# url: jdbc:mysql://192.168.0.142:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
|
|
|
|
# username: financial_prod
|
|
|
|
|
# password: mmTFncqmDal5HLRGY0BV
|
2025-09-24 10:55:42 +08:00
|
|
|
url: jdbc:mysql://121.37.185.246:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
|
|
|
|
username: root
|
|
|
|
|
password: Xgf_8000
|
2024-12-12 14:19:37 +08:00
|
|
|
redis:
|
2025-06-17 08:01:25 +08:00
|
|
|
# host: 192.168.0.172
|
|
|
|
|
# port: 6379
|
|
|
|
|
# password: Xgf_redis
|
2025-09-24 10:55:42 +08:00
|
|
|
host: 123.60.153.169
|
2024-12-17 16:53:58 +08:00
|
|
|
port: 6379
|
2025-09-24 10:55:42 +08:00
|
|
|
password: Xgf_redis
|
2025-06-01 23:44:45 +08:00
|
|
|
elasticsearch:
|
|
|
|
|
scheme: http
|
2025-06-17 18:34:46 +08:00
|
|
|
# 111.13.176.3 部署地址
|
|
|
|
|
# 10.127.2.194 本地测试地址
|
2025-09-24 10:55:42 +08:00
|
|
|
host: 111.13.176.3
|
2025-06-01 23:44:45 +08:00
|
|
|
port: 9200
|
|
|
|
|
enable: true
|
|
|
|
|
username: elastic
|
2025-06-08 17:19:58 +08:00
|
|
|
password: ZxE,3VM@Thk0
|
|
|
|
|
mybatis:
|
2025-06-09 20:39:03 +08:00
|
|
|
type-handlers-package:com.jinrui.reference.core.typehandler
|
|
|
|
|
api:
|
2025-06-17 08:01:25 +08:00
|
|
|
key: WBysu6N1z26AbA12l
|