1spring:
2 datasource:
3 driver-class-name: com.mysql.jdbc.Driver
4 url: jdbc:mysql://${MYSQL_HOST:localhost}:3306/cache_test_db
5 username: root
6 password: password
7 initialization-mode: always
8 jpa:
9 show-sql: true
10 hibernate:
11 ddl-auto: update