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 |
Tags
- Spring
- C
- Python
- Vane
- gradle
- Godot
- error
- maven
- 개발노트
- kotlin
- GitHub
- react
- Java
- CPP
- 루비
- OAuth
- RaspberryPi
- IntelliJ
- gnuplot
- boj
- ruby2d
- ruby
- JS
- OTLanguage
- jetbrains
- plugin
- rubymine
- Shell
- Android
- Baekjoon
Archives
- Today
- Total
목록Security (1)
PersesTitan(페르) 기술블로그
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bDO81M/btrS6izHiC0/BJk2I8DWD00yeLwdPkInfk/img.png)
SpringBoot가 3.0.0 버전으로 만들면서 시큐리티에 형태가 많이 달라져서 열심히 spring 공식 사이트를 찾아가보면서 구현을 하였습니다. 이제 config는 Bean으로 등록하면 됩니다. 방법은 여러가지가 있으므로 원하는시는 방법으로 구현하시면됩니다. 우선 제가 구현한 방법입니다. 자꾸 /login페이지로 넘어가서 동작확인이 안돼니깐 사실상 시큐리티 설치하면 config세팅하는게 필수... 코드 import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.we..
Framework/Spring
2022. 12. 7. 18:01