Newer
Older
task-bldg / src / main / resources / application.properties
@haya4 haya4 on 16 Jul 2022 379 bytes CityIndex
spring.messages.fallback-to-system-locale=false

# DataSource
spring.datasource.url=jdbc:h2:./taskdb
spring.datasource.username=admin
spring.datasource.password=password
spring.datasource.generate-unique-name=false

# JPA
spring.h2.console.enabled=true
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update

spring.messages.basename=org/springframework/security/messages