From 35005a3e762ab66020952a5ce3262672b644f14f Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Fri, 23 Jun 2023 21:57:11 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E4=B8=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=85=A8=E5=B1=80=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml b/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml index 6f71d53e..d04e0990 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml @@ -16,13 +16,13 @@ spring: mybatis-flex: mapper-locations: - classpath*:/mapper/*.xml - global-config: - print-banner: false - key-config: - key-type: generator - value: uuid - configuration: - use-generated-keys: true +# global-config: +# print-banner: false +# key-config: +# key-type: generator +# value: uuid +# configuration: +# use-generated-keys: true # datasource: # data-center: # url: jdbc:mysql://localhost:3306/flex_test