spring: application: name: munjaon_server profiles: default: local mybatis: configuration: map-underscore-to-camel-case: true type-aliases-package: com.munjaon.server.**.dto mapper-locations: classpath:/sqlmap/**/*.xml