-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.txt
54 lines (35 loc) · 1.49 KB
/
work.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
1.security @Secured ehcache redis
2.shrio
3.bootstrap
4.jquery easyui
5.velocity tool.xml 静态化
6.jquery tooltips
7.http://dl2.iteye.com/upload/attachment/0045/1685/9623b0f6-7c1f-31f2-a9c2-162247a43283.pdf
spring security maven
<!-- 测试用户 -->
<security:authentication-manager>
<security:authentication-provider>
<security:user-service>
<security:user name="jimi" password="jimispassword"
authorities="ROLE_USER, ROLE_ADMIN" />
<security:user name="bob" password="bobspassword"
authorities="ROLE_USER" />
</security:user-service>
</security:authentication-provider>
</security:authentication-manager>
<security:http auto-config='true'>
<security:intercept-url pattern="/login.jsp*"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<security:intercept-url pattern="/**" access="ROLE_USER" />
<security:form-login />
</security:http>
http://liukai.iteye.com/blog/982088
http://sarin.iteye.com/blog/830831
java spring 缓存
自定义注解 自定义标签
一些变动包括 DAO框架转用Spring Data JPA + Hibernate,
MVC框架转用Spring MVC 3,
Restful框架转用Spring MVC + Spring RestTemplate,
CSS框架转用Twitter Bootstrap,
安全框架转用Apache Shiro 等等,
Selenium升级到WebDriver。