#Database configuration. Please copy this file to your user home folder and define real values. spring.datasource.url=jdbc:mysql://localhost:PORT_NUM/SCHEMA_NAME?useSSL=false spring.datasource.username=dbuser spring.datasource.password=dbpass spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.hibernate.ddl-auto=validate