Skip to content
Snippets Groups Projects

Docker Rework

Merged Jan Pokorný requested to merge docker-work into main
2 files
+ 0
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,6 +16,7 @@ spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
# showing SQL is generally good practice for running project locally to check whether there is not an issue with implementation of JPA methods.
spring.jpa.show-sql=true
spring.jackson.property-naming-strategy=LOWER_CAMEL_CASE
spring.cache.type=NONE
Loading