Skip to content

Commit

Permalink
Fix #267: Simplify h2 test datasource config
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Feb 22, 2024
1 parent dbb8a36 commit 78ad420
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions audit-base/src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# H2
spring.h2.console.enabled=true
spring.h2.console.path=/h2
# Datasource
spring.datasource.url=jdbc:h2:mem:~/audit
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver

# Audit configuration
spring.application.name=test-application
spring.application.name=test-application

0 comments on commit 78ad420

Please sign in to comment.