From 0bd341644f7d12ca9c30acf1a58800d08b9fa6f1 Mon Sep 17 00:00:00 2001 From: guwd Date: Tue, 3 Nov 2020 13:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=8F=96ms-db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cf4f2c17..17dfd7e8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -87,7 +87,7 @@ spring: mybatis-plus: global-config: db-config: - column-format: "\"%s\"" + column-format: "\"%s\"" #增加这个需要增加 ms-db id-type: assign_id configuration: database-id: mysql \ No newline at end of file