spring: datasource: username: 'root' password: 'root' url: jdbc:mysql://localhost:3306/seec_data driver-class-name: com.mysql.cj.jdbc.Driver jpa: hibernate: ddl-auto: update show-sql: true