Answers for "spring boot application.properties mysql connection"

-1

mysql spring boot application.properties

spring.datasource.url=jdbc:mysql://localhost:3306/myDb
spring.datasource.username=user1
spring.datasource.password=pass
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
Posted by: Guest on February-11-2021

Code answers related to "spring boot application.properties mysql connection"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language