摘要: Maven目录下/conf/settings.xml,找到profile节点,修改为目标jdk版本就行 <profile> <id>jdk-1.7</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.7</jdk> </a 阅读全文
posted @ 2016-04-19 11:07 大象舞 阅读(227) 评论(0) 推荐(0)
摘要: 10 Minute Tutorial on Apache Shiro 1.jdk 1.6 and Maven 3.1.1 installed 2.download the lastest "Source Code Distribution" , I use 1.2.4 3.>unzip shiro- 阅读全文
posted @ 2016-04-19 10:01 大象舞 阅读(116) 评论(0) 推荐(0)