spring.main.banner-mode=off server.port=8080 # Available levels are: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF logging.level.ru.ulstu=DEBUG extractor.custom-projects-dir= # Thymeleaf Settings spring.thymeleaf.cache=false messages.basename.path=messages_en.properties # JPA Settings spring.datasource.url=jdbc:postgresql://localhost:5432/repo spring.datasource.username=postgres spring.datasource.password=postgres spring.datasource.driverclassName=org.postgresql.Driver # Liquibase Settings spring.liquibase.drop-first=false spring.liquibase.enabled=true spring.liquibase.change-log=classpath:db/changelog-master.xml