server.port = 8080 spring.jpa.hibernate.ddl-auto=update spring.jpa.defer-datasource-initialization=true spring.sql.init.mode=always spring.datasource.url=jdbc:mysql://localhost:3306/mydb spring.datasource.username=root spring.datasource.password=root1234 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver #spring.jpa.show-sql: true