diff options
author | William Harrington <kb0iic@berzerkula.org> | 2025-02-11 21:30:34 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2025-02-11 21:30:34 -0600 |
commit | 5db196eebb04155491630b5396d1b7a7f2eab4e6 (patch) | |
tree | fc53afeb77808ca6c8ed39a055ac79241c756540 /src/test/resources/application.properties | |
parent | 0adf14e0466bc153f4924cef62b18352aa987827 (diff) |
Push initial release 1.0.0
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r-- | src/test/resources/application.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties new file mode 100644 index 0000000..7bc73a2 --- /dev/null +++ b/src/test/resources/application.properties @@ -0,0 +1,9 @@ +org.springframework.web: DEBUG +org.springframework.security: DEBUG + +spring.datasource.url=jdbc:h2:mem:testdb +spring.datasource.driver-class-name=org.h2.Driver +spring.jpa.database-platform=org.hibernate.dialect.H2Dialect +spring.h2.console.enabled=true +spring.jpa.show-sql=true +spring.jpa.properties.hibernate.format_sql=true
\ No newline at end of file |