Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 브로틀리
- kotliln
- 코드스피츠
- Spring
- 랜선아미안해
- 알고리즘
- 알게뭐냐
- LastModified
- 이렇게살아야되나자괴감이
- 워드프레스
- 리얼월드HTTP
- i18n
- 지뢰찾기
- 개미수열
- jsr303
- Kotlin
- cross parameter
- 지수반등
- etag
- brotli
- 스프링
- HTTP
- jsr380
- 클래스레벨밸리데이션
- cache-control
Archives
- Today
- Total
취미개발 블로그와 마음수양
Spring Security 본문
https://stackoverflow.com/questions/30788105/spring-security-hasrole-not-working
음..
문제 : thymeleaf 에 sec:auth 어쩌고 관련 태그를 하려니 잘 안됐다.
위의 링크 스택오버 플로에 의하면
@Bean
public SpringTemplateEngine templateEngine() {
SpringTemplateEngine templateEngine = new SpringTemplateEngine();
templateEngine.setTemplateResolver(templateResolver());
templateEngine.addDialect(new SpringSecurityDialect());
return templateEngine;
}
을 넣어야 한다고 한다.
이것도 물론 넣어야겠지.. 음
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity4"
음
'FrameWork_ETC > Spring' 카테고리의 다른 글
private method 테스트 (0) | 2019.09.09 |
---|---|
SPring MVC 정적 자원 캐쉬 하기 (0) | 2018.12.30 |
객체 리스트 파일로 쓰기 - 테스트 데이터를 할 일이 있어서 좀.. 음. (0) | 2018.12.22 |
CustomArgumentResolver 가 동작안하는 경우 .. (0) | 2018.12.15 |
스프링 부트 파일 업로드 에러 The temporary upload location [] is not valid (1) | 2018.01.22 |