简历集成、管理员修改个人密码、人才库、投递者简历推荐等功能开发
This commit is contained in:
@@ -25,9 +25,14 @@ spring:
|
||||
# #username: syssso
|
||||
# username: sysdba
|
||||
# password: ZKR2024@comzkr
|
||||
# 正式环境
|
||||
# master:
|
||||
# url: jdbc:highgo://39.98.44.136:6023/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
# username: sysdba
|
||||
# password: Hello@2026
|
||||
# 测试环境
|
||||
master:
|
||||
url: jdbc:highgo://39.98.44.136:6023/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
#username: syssso
|
||||
url: jdbc:highgo://47.111.103.66:5866/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
username: sysdba
|
||||
password: Hello@2026
|
||||
# 从库数据源
|
||||
@@ -81,14 +86,13 @@ spring:
|
||||
config:
|
||||
multi-statement-allow: true
|
||||
redis:
|
||||
# 地址
|
||||
host: 124.243.245.42
|
||||
# 端口,默认为6379
|
||||
port: 5379
|
||||
# 本地
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
password: ZKR2024@@.com
|
||||
# 密码(本地通常无密码)
|
||||
password:
|
||||
# 连接超时时间
|
||||
timeout: 100s
|
||||
lettuce:
|
||||
|
||||
Reference in New Issue
Block a user