From 6b9a2a8717d255d9b69dede13b684470ea0dc1aa Mon Sep 17 00:00:00 2001 From: Zhiguo Wu Date: Fri, 13 Sep 2024 15:42:44 +0800 Subject: [PATCH] BIGTOP-4225: Remove mybatis config from application.yml (#69) --- .../src/main/resources/application.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/bigtop-manager-server/src/main/resources/application.yml b/bigtop-manager-server/src/main/resources/application.yml index f394fbd6..72a70560 100644 --- a/bigtop-manager-server/src/main/resources/application.yml +++ b/bigtop-manager-server/src/main/resources/application.yml @@ -60,20 +60,13 @@ spring: springdoc: packages-to-scan: org.apache.bigtop.manager.server swagger-ui: - defaultModelsExpandDepth: -1 + default-models-expand-depth: -1 monitoring: prometheus-host: "http://localhost:9090" agent-host-job-name: "bm-agent-host" -mybatis: - mapper-locations: classpath*:mapper/**/*Mapper.xml - configuration: - map-underscore-to-camel-case: true - database-id: mysql - use-generated-keys: true - pagehelper: reasonable: false - supportMethodsArguments: true - params: count=countSql \ No newline at end of file + params: count=countSql + support-methods-arguments: true \ No newline at end of file