#server config #spring.profiles.active=dev #server port #server.port=80 server.port=443 #ssl server.ssl.key-store=maxkeyserver.keystore server.ssl.key-alias=maxkey server.ssl.enabled=true server.ssl.key-store-password=maxkey server.ssl.key-store-type=JKS #web app context path server.servlet.context-path=/maxkey application.name=MaxKey application.formatted-version=v1.5.0 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views spring.freemarker.cache=false spring.freemarker.charset=UTF-8 spring.freemarker.check-template-location=true spring.freemarker.content-type=text/html spring.freemarker.expose-request-attributes=false spring.freemarker.expose-session-attributes=false spring.freemarker.request-context-attribute=request spring.freemarker.suffix=.ftl #static resources spring.mvc.static-path-pattern=/static/** spring.main.allow-bean-definition-overriding=true