From 87d7009b2e98301112d4d0554e218eb8e539d49a Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期三, 26 三月 2025 00:54:59 +0800 Subject: [PATCH] 禁止转换为数据库大写下划线 --- src/main/resources/config/application-dev.yml | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml index f05f122..1d311a2 100644 --- a/src/main/resources/config/application-dev.yml +++ b/src/main/resources/config/application-dev.yml @@ -3,7 +3,7 @@ type: 1 #鏈嶅姟绔彛鍙� server: - port: 8088 + port: 8087 serverHeader: servlet: context-path: /br @@ -22,7 +22,12 @@ driver-class-name: com.highgo.jdbc.Driver url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 username: sysdba - password: Lmx&8688139 + password: Fg001@HDW +# type: com.alibaba.druid.pool.DruidDataSource +# driver-class-name: com.mysql.cj.jdbc.Driver +# url: jdbc:mysql://localhost:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false +# username: root +# password: lmx8688139 maxIdel: 60 initialPoolSize: 2 minPoolSize: 5 @@ -41,7 +46,7 @@ #椹煎嘲涓嬪垝绾胯浆鎹� table-underline: true #鏁版嵁搴撳ぇ鍐欎笅鍒掔嚎杞崲 - capital-mode: true + capital-mode: false #mp2.3+ 鍏ㄥ眬琛ㄥ墠缂� tb_ table-prefix: tb_ #鍒锋柊mapper 璋冭瘯绁炲櫒 @@ -86,3 +91,9 @@ defaultKey: ENC(KdXXhvt6v7BDw7MgsR4J1OgahZgjl3kEil10+147oGA=) iv: ENC(Gtzf6s+BRoC1iQsRLMswSlBDSMom0kWtx5+SMJgaVDg=) i18n: zh-CN +logging: + config: classpath:config/logback-spring.xml +#瑙嗛娴佺殑id +video: + streamIds: + "34020000001320000001_34020000001320000002" \ No newline at end of file -- Gitblit v1.9.1