Update application.properties

This commit is contained in:
Hemanths96 2024-02-22 17:16:33 +05:30 committed by GitHub
parent d8d0c0eb1d
commit 7b5be8a686
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
database=h2
spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql
spring.sql.init.data-locations=classpath*:db/${database}/data.sql
server.port=9090
# Web
spring.thymeleaf.mode=HTML