refactor(config): update database and redis configurations

- Changed MySQL connection URL, username and password in test configuration
- Updated Redis host and port in both production and test configurations
- Corrected schema names in multiple XML mapper files from gxwebsoft_core to websoft_core
- Modified table joins to use updated core schema references
- Adjusted datasource settings to match new environment requirements
This commit is contained in:
2025-11-17 19:40:02 +08:00
parent 8ad85694ba
commit af28fd5b54
52 changed files with 107 additions and 107 deletions

View File

@@ -14,8 +14,8 @@ spring:
# redis
redis:
database: 0
host: 1Panel-redis-Q1LE
port: 6379
host: 8.134.169.209
port: 16379
password: redis_WSDb88
# 日志配置

View File

@@ -7,9 +7,9 @@ server:
# 数据源配置
spring:
datasource:
url: jdbc:mysql://1Panel-mysql-Bqdt:3306/modules?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
username: modules
password: P7KsAyDXG8YdLnkA
url: jdbc:mysql://47.121.133.163:3308/mp?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
username: mp
password: BzDa2dzMACYjnsRD
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
druid:
@@ -18,8 +18,8 @@ spring:
# redis
redis:
database: 0
host: 1Panel-redis-Q1LE
port: 6379
host: 8.134.169.209
port: 16379
password: redis_WSDb88
# 日志配置