spring: application: name: munjaon_server profiles: default: local logging: level: root: info # org.springframework: DEBUG # org.springframework.web: DEBUG mybatis: configuration: map-underscore-to-camel-case: true type-aliases-package: com.munjaon.server.**.dto mapper-locations: classpath:/sqlmap/**/*.xml