1spring.jpa.hibernate.ddl-auto=update
2spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/db_example
3spring.datasource.username=springuser
4spring.datasource.password=ThePassword
5spring.datasource.driver-class-name =com.mysql.jdbc.Driver
6#spring.jpa.show-sql: trueCopy