Untitled
## Spring datasource. spring.datasource.driver.class=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/training spring.datasource.username=root spring.datasource.password=mysql ## Hibernate properties. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect ## Show sql query. spring.jpa.show-sql=true ## Hibernate ddl auto. spring.jpa.hibernate.ddl-auto=validate
Leave a Comment