From f28a00e50764fd414162d89b3b7b404f8b6f2c5d Mon Sep 17 00:00:00 2001 From: sgjj <995959152@qq.com> Date: Wed, 28 Oct 2020 15:45:38 +0800 Subject: [PATCH] =?UTF-8?q?mybatis-plus=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8ce74e97..208eef5a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -81,7 +81,11 @@ spring: force: true charset: utf-8 enabled: true - +#mybatis-plus: +# global-config: +# db-config: +# id-type: auto +# column-format: "\"%s\"" mybatis: configuration: database-id: mysql \ No newline at end of file