Skip to content

Commit

Permalink
Replace deprecated properties
Browse files Browse the repository at this point in the history
  • Loading branch information
BilledTrain380 committed Oct 27, 2018
1 parent ea21f85 commit 3fd0abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.mode=HTML
spring.thymeleaf.cache=false

spring.http.multipart.max-file-size=1MB
spring.servlet.multipart.max-file-size=1MB

# use this datasource, if you want to serve the database and have a persistent database.
spring.datasource.url=jdbc:h2:./db/psa;USER=psa;PASSWORD=psa;AUTO_SERVER=true;AUTO_SERVER_PORT=9092
Expand All @@ -15,7 +15,7 @@ spring.datasource.url=jdbc:h2:./db/psa;USER=psa;PASSWORD=psa;AUTO_SERVER=true;AU
spring.datasource.username=psa
spring.datasource.password=psa
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.initialize=false
spring.datasource.initialization-mode=never

spring.jpa.database-platform=H2
spring.jpa.hibernate.ddl-auto=none

0 comments on commit 3fd0abe

Please sign in to comment.