DB Configuration in Spring Boot

 Spring Boot Database Configuration


spring.datasource.url=jdbc:mysql://localhost:3306/smartcontact

spring.datasource.username=root

spring.datasource.password=mysql

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect

spring.jpa.hibernate.ddl-auto=update

Comments

Popular posts from this blog

JAVA is both compiled and an interpreted language, JDM.