datasource-config.yaml 235 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 spring: datasource: driver-class-name: com.mysql.jdbc.Driver username: 'root' password: 'root' main: allow-bean-definition-overriding: true mybatis: configuration: map-underscore-to-camel-case: true