12 lines
213 B
Properties
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
|