Files
getting-started/testing/assertJ/target/classes/application.properties
2021-09-20 12:35:32 +02:00

13 lines
371 B
INI

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