Answers for "how can setup application property in spring boot mysql"

SQL
-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 "how can setup application property in spring boot mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language