java-tutorials/apache-shiro/src/main/resources/application.properties

12 lines
213 B
Properties
Raw Normal View History

server.port=9000
server.servlet-path=/
server.context-path=/
#shiro-spring-boot-config
shiro.loginUrl = /login
shiro.successUrl = /secure
shiro.unauthorizedUrl = /login
#freemarker
spring.freemarker.suffix=.ftl