diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index b656e44..fdeeaa6 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -17,7 +17,7 @@ spring: driverClassName: com.mysql.cj.jdbc.Driver # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) - url: jdbc:mysql://192.168.129.64:33060/hot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true + url: jdbc:mysql://192.168.129.64:33060/wucaixing?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true username: root password: Hot20260401 # # 从库数据源 @@ -70,7 +70,7 @@ spring.data: # 端口,默认为6379 port: 63799 # 数据库索引 - database: 10 + database: 13 # redis 密码必须配置 password: Hot20260401 # 连接超时时间 @@ -245,7 +245,7 @@ gotenberg: --- # app 学习报表验真与外网地址 app: - web-base-url: ${APP_WEB_BASE_URL:https://hotwj.com/prod-api} + web-base-url: ${APP_WEB_BASE_URL:https://wcx.hotwj.com/prod-api} verify: enabled: ${APP_VERIFY_ENABLED:true} secret: ${APP_VERIFY_SECRET:@dasfsfasbaf3#q1} @@ -255,4 +255,4 @@ app: # 企业配置 company: # 上线应自动切换生成环境的地址 - register-url: https://hotwj.com + register-url: https://wcx.hotwj.com