Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바스크립트기초
- java
- spring
- 전자정부 서버세팅
- 자바스크립트 기초
- 리액트세팅
- Javascript
- springboot
- Spring Boot
- 자바스크립트기초문법
- 리액트프로젝트세팅
- 마이바티스
- 기초 코딩
- 리액트초기세팅
- mybatis
- js
- 자바
- 웹
- 스프링부트
- 구글 oauth
- 웹앱
- 구글캘린더api
- react
- HTML
- CSS
- 처음만나는자바스크립트
- 자바스크립트
- javaspring
- 코딩
- 기초코딩
Archives
- Today
- Total
목록Security (1)
인생 디벨로퍼
Spring security + my batis
시큐리티, 스프링 업그레이드로 변경된 부분이 있어 정리해두려 함. 그래들 버전 디펜던시 dependencies implementation "org.springframework.boot:spring-boot-starter-security" 지금 과정에서 테스트는 진행하지 않을 예정이라 추가하지 않음. SecurityConfig package com.jycoding.login.config; import jakarta.servlet.DispatcherType; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.s..
JAVA Spring
2024. 3. 11. 10:41