java_spring

PHOTO EMBED

Wed Aug 16 2023 05:06:54 GMT+0000 (Coordinated Universal Time)

Saved by @21IT261 #java

spring.datasource.url=jdbc:mysql://localhost:3306/javat
spring.datasource.username=root
spring.datasource.password=Tha@021103
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Drive

##Config Jpa
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
spring.jpa.properties.hibernate.format_sql=true
content_copyCOPY