diff --git a/propertyManagement-admin/src/main/resources/application-dev.yml b/propertyManagement-admin/src/main/resources/application-dev.yml index 9172bee14931997e732dcf11e154a2ca56ec66d4..841644f2be6d5d2d72aca8f5d79d9eeda1447a19 100644 --- a/propertyManagement-admin/src/main/resources/application-dev.yml +++ b/propertyManagement-admin/src/main/resources/application-dev.yml @@ -49,17 +49,17 @@ spring: driverClassName: com.mysql.cj.jdbc.Driver # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) - url: jdbc:mysql://rm-hp3340490n5mw72tcto.mysql.huhehaote.rds.aliyuncs.com:3306/property_management_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true - username: property_management - password: RNku4!i8XuonGDb@ + url: jdbc:mysql://rm-hp3340490n5mw72tcto.mysql.huhehaote.rds.aliyuncs.com:3306/test_wuye?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true + username: demonstration + password: Aixi2494 # 从库数据源 slave: lazy: true type: ${spring.datasource.type} driverClassName: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://rm-hp3340490n5mw72tcto.mysql.huhehaote.rds.aliyuncs.com:3306/property_management_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true - username: property_management - password: RNku4!i8XuonGDb@ + url: jdbc:mysql://rm-hp3340490n5mw72tcto.mysql.huhehaote.rds.aliyuncs.com:3306/test_wuye?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true + username: demonstration + password: Aixi2494 # oracle: # type: ${spring.datasource.type} # driverClassName: oracle.jdbc.OracleDriver diff --git a/propertyManagement-admin/src/main/resources/application-prod.yml b/propertyManagement-admin/src/main/resources/application-prod.yml index 9f19084a2d5890ca9eff6987baa166920b08c19c..669ba097133cca3731faaa65c3c78e19138dbc1a 100644 --- a/propertyManagement-admin/src/main/resources/application-prod.yml +++ b/propertyManagement-admin/src/main/resources/application-prod.yml @@ -52,9 +52,9 @@ spring: driverClassName: com.mysql.cj.jdbc.Driver # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) - url: jdbc:mysql://rm-hp3340490n5mw72tcto.mysql.huhehaote.rds.aliyuncs.com:3306/property_management_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true - username: property_management - password: RNku4!i8XuonGDb@ + url: jdbc:mysql://rm-hp3340490n5mw72tcto.mysql.huhehaote.rds.aliyuncs.com:3306/test_wuye?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true + username: demonstration + password: Aixi2494 # 从库数据源 slave: lazy: true diff --git a/propertyManagement-business/pom.xml b/propertyManagement-business/pom.xml index 4bd776e8627fe253ad0e6ebf7363dfdcc76fa139..50eb85925aa32b2bd9f4740a8f3604acfb3ca27a 100644 --- a/propertyManagement-business/pom.xml +++ b/propertyManagement-business/pom.xml @@ -22,7 +22,7 @@ com.siashan toolkit-sensitive - 1.3.4 + 1.2.4