Browse Source

mybatis配置修改

tianyabing 2 năm trước cách đây
mục cha
commit
7741a25e62
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/main/resources/application.yml

+ 3 - 0
src/main/resources/application.yml

@@ -88,6 +88,9 @@ mybatis-plus:
   global-config:
     # 启动时logo输出
     banner: false
+    db-config:
+      capital-mode: true
+      column-format: "\"%s\""
 
 # PageHelper分页插件
 pagehelper: