Skip to content

Commit

Permalink
BIGTOP-4225: Remove mybatis config from application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Sep 13, 2024
1 parent 89ceffb commit 1743944
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions bigtop-manager-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
params: count=countSql
support-methods-arguments: true

0 comments on commit 1743944

Please sign in to comment.