Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

database configuration spring boot

spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/databaseNameHere
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
spring.jpa.show-sql: true
 
PREVIOUS NEXT
Tagged: #database #configuration #spring #boot
ADD COMMENT
Topic
Name
3+4 =