server.port=8081 spring.thymeleaf.cache=false spring.thymeleaf.enabled=true spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html spring.application.name=zeromonos spring.datasource.url=jdbc:postgresql://localhost:5432/zeromonos spring.datasource.username=admin spring.datasource.password=secret spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect