简历集成、管理员修改个人密码、人才库、投递者简历推荐等功能开发

This commit is contained in:
francis-fh
2026-07-20 10:23:54 +08:00
parent 2b87ee8a6c
commit 36357e86b1
12 changed files with 416 additions and 10 deletions

View File

@@ -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&currentSchema=shz&stringtype=unspecified
# username: sysdba
# password: Hello@2026
# 测试环境
master:
url: jdbc:highgo://39.98.44.136:6023/highgo?useUnicode=true&characterEncoding=utf8&currentSchema=shz&stringtype=unspecified
#username: syssso
url: jdbc:highgo://47.111.103.66:5866/highgo?useUnicode=true&characterEncoding=utf8&currentSchema=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: