Skip to content

Commit

Permalink
Fixing data init
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush-Agnihotri committed Nov 7, 2024
1 parent 367b068 commit d0ed9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring.datasource.url=jdbc:mysql://localhost:3306/all_in
spring.datasource.username=
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.hibernate.ddl-auto=update

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.show-sql=true
Expand Down

0 comments on commit d0ed9f5

Please sign in to comment.