Some checks failed
Quality Check / Validate OAS (push) Successful in 40s
Build Application / build (push) Successful in 1m30s
Build Application / build-docker (push) Failing after 11s
Build Application / release (push) Has been skipped
Quality Check / Linting (push) Successful in 59s
Quality Check / Testing (push) Successful in 45s
Quality Check / Static Analysis (push) Successful in 53s
6 lines
199 B
INI
6 lines
199 B
INI
spring.datasource.url=jdbc:h2:mem:test_db
|
|
spring.datasource.username=test
|
|
spring.datasource.password=test
|
|
spring.datasource.driver-class-name=org.h2.Driver
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
|