* added updated example codes * updated example code StringToCharStream * deleted StringToCharStream.java locally * removed redundant file * added code for apache commons collection SetUtils * refactored example code * added example code for bytebuddy * added example code for PCollections * update pom * refactored tests for PCollections * spring security xml config * spring security xml config * remove redundant comment * example code for apache-shiro * updated example code for Vavr Collections * updated Vavr's Collection example * updated Vavr Collection file * updated example code for Apache Shiro
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
|