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