Newer
Older
# database init, supports mysql too
database=hsqldb
spring.datasource.schema=classpath*:db/${database}/schema.sql
spring.datasource.data=classpath*:db/${database}/data.sql

Antoine Rey
committed

Antoine Rey
committed
# JPA
spring.jpa.hibernate.ddl-auto=none

Antoine Rey
committed
# Internationalization
spring.messages.basename=messages/messages

Antoine Rey
committed
# Actuator / Management
management.endpoints.web.base-path=/manage

Antoine Rey
committed
# Logging
logging.level.org.springframework=INFO
# logging.level.org.springframework.web=DEBUG
# logging.level.org.springframework.context.annotation=TRACE