- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
Spring Security + Java Config + Thymeleaf 본문
< Hello Spring MVC Security Java Config >
http://docs.spring.io/spring-security/site/docs/3.2.x/guides/hellomvc.html
위 예제는 Spring Framework 에서 xml 설정 없이 Java Config 기반으로 Spring Security를 설정하는 예제이다.
Custom Login Form을 설정하는 예제가
spring-security-samples-form-jc 인데, 이 예제는
spring-security-samples-messages-jc 프로젝트에 의존적이다.
그래서 이 두 예제를 하나로 합쳐서 샘플 웹어플리케이션을 만들었다.
[첨부파일]
spring-security-sample(login_form)-3.2.4.RELEASE.zip
< 박용권 님 Java Config 샘플 프로젝트 >
https://github.com/arawn/spring-examples
Java Config 기반으로 springframework를 사용하는 여러가지 예제를 다룹니다.
< 스프링과 마이바티스 연동하기(JavaConfig) >
< Hello Spring MVC Security Java Config >
http://docs.spring.io/spring-security/site/docs/3.2.x/guides/hellomvc.html#security-config-java
< Creating a Custom Login Form >
http://docs.spring.io/spring-security/site/docs/3.2.x/guides/form.html
< Spring Security Hello World Annotation Example >
http://www.mkyong.com/spring-security/spring-security-hello-world-annotation-example/
< Spring Security Form Login Using Database >
http://www.mkyong.com/spring-security/spring-security-form-login-using-database/
'Spring' 카테고리의 다른 글
[2014.08.27] 표준 프레임워크 세미나 (0) | 2014.08.08 |
---|---|
Thymeleaf Layout Dialect 사용 (0) | 2014.07.14 |
java.util.ConcurrentModificationException is thrown when using Spring AOP (0) | 2013.12.11 |
사용자 패스워드 암호화 (0) | 2013.11.29 |
[Spring] Excel 파일 다운로드 (Spring Excel View 구현) (0) | 2013.10.25 |