Files
java-tutorials/apache-shiro/src/main/resources/application.properties
T
2019-10-07 22:23:44 -04:00

12 lines
213 B
Properties

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