Answers for "jdbc spring boot configuration for mysql database"

0

jdbc spring boot configuration for mysql database

spring.datasource.url=jdbc:mysql://localhost:3306/test
spring.datasource.username=dbuser
spring.datasource.password=dbpass
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
Posted by: Guest on February-16-2022

Code answers related to "jdbc spring boot configuration for mysql database"

Browse Popular Code Answers by Language