feat: Add Cross-Domain Job Fair and Alliance City Management

- Implemented AppOutdoorFairController for outdoor job fair public H5 interfaces.
- Created CrossCityAllianceController for managing cross-domain alliance cities.
- Added CrossCityAlliance domain model and corresponding service and mapper.
- Developed CrossDomainJobVO for aggregating job data across job fairs.
- Created SQL scripts for initializing the cross-city alliance table and modifying the public job fair schema.
- Added migration script for backing up and restoring the HighGo database schema.
This commit is contained in:
2026-06-27 22:44:56 +08:00
parent 0ccfb6e6dc
commit b35ed5989e
29 changed files with 1969 additions and 50 deletions

View File

@@ -20,12 +20,16 @@ spring:
driverClassName: com.highgo.jdbc.Driver
druid:
# 主库数据源
# master:
# url: jdbc:highgo://124.243.245.42:5866/shz?useUnicode=true&characterEncoding=utf8&currentSchema=shz&stringtype=unspecified
# #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: syssso
username: sysdba
password: Hello@2026
# 从库数据源
slave:
# 从数据源开关/默认关闭
@@ -86,7 +90,7 @@ spring:
# 密码
password: ZKR2024@@.com
# 连接超时时间
timeout: 10s
timeout: 100s
lettuce:
pool:
# 连接池中的最小空闲连接