[add] 技术标准管理模块

This commit is contained in:
lcj
2025-07-02 15:40:37 +08:00
parent 7f49b7882c
commit 275070a6ae
27 changed files with 1241 additions and 137 deletions

View File

@ -54,7 +54,7 @@ spring:
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://192.168.110.2:13386/xinnengyuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: xinnengyuan
password: caJWNthNFaNRpRNy
password: mEZPC5Sdf3r2HENi
# # 从库数据源
# slave:
# lazy: true