server.port=8081 spring.thymeleaf.prefix=classpath:templates/ spring.thymeleaf.suffix=.html spring.thymeleaf.mode=HTML spring.thymeleaf.encoding=UTF-8 spring.jpa.generate-ddl=false spring.jpa.show-sql=true spring.jpa.hibernate.ddl-auto=create-drop spring.jooq.sql-dialect=org.hibernate.dialect.MariaDB102Dialect spring.jpa.open-in-view=true spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true spring.datasource.url=jdbc:h2:mem:test spring.datasource.username= spring.datasource.password= spring.datasource.driver-class-name=org.h2.Driver server.error.whitelabel.enabled=false logging.level.root=info logging.level.org.springframework.security=info