#configuration for mysql

spring.jpa.hibernate.ddl-auto=update

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

spring.datasource.username=root

spring.datasource.password=

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

 

 

#configuration for mysql

spring.jpa.hibernate.ddl-auto=update

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

spring.datasource.username=root

spring.datasource.password=

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

 

#Hibernate

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

 

#Hibernate auto ddl

#spring.jpa.hibernate.ddl-auto=update

 

logging.level.org.hibernate.SQL=DEBUG

logging.level.org.hibernate.type=TRACE

 

 

spring.h2.console.enabled=true

 

spring.datasource.url=jdbc:h2:mem:crm

spring.datasource.driver-class-name=org.h2.Driver

spring.sql.init.username=sa

spring.sql.init.password=

 

spring.jpa.show-sql=true

spring.jpa.properties.hibernated.dialect=or.hibernate.dialect.h2Dialect

spring.jpa.hibernate.ddl-auto=update

 

spring.jpa.open-in-view=false