This is an automated email from the ASF dual-hosted git repository.
wuzhiguo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git
The following commit(s) were added to refs/heads/main by this push:
new 6b9a2a8 BIGTOP-4225: Remove mybatis config from application.yml (#69)
6b9a2a8 is described below
commit 6b9a2a8717d255d9b69dede13b684470ea0dc1aa
Author: Zhiguo Wu <[email protected]>
AuthorDate: Fri Sep 13 15:42:44 2024 +0800
BIGTOP-4225: Remove mybatis config from application.yml (#69)
---
bigtop-manager-server/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 f394fbd..72a7056 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