spring: datasource: driver-class-name: com.mysql.jdbc.Driver username: root password: 123456 main: allow-bean-definition-overriding: true mybatis: configuration: map-underscore-to-camel-case: true