Removed target folder

This commit is contained in:
Mateo Stjepanović
2021-09-27 07:37:49 +02:00
parent bca7b37771
commit 3cf348e2d8
43 changed files with 0 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
spring.application.name=Gym Buddy
spring.datasource.url=jdbc:h2:mem:gymbuddy
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=reflectoring
spring.datasource.password=reflectoring
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.h2.console.enabled=true
spring.h2.console.path=/h2