✏️ WebSecurityConfig 클래스@Configuration@EnableWebSecurity(debug = true)@RequiredArgsConstructorpublic class WebSecurityConfig { private final AuthenticationFilter authenticationFilter; @Bean SecurityFilterChain filterChain(HttpSecurity http) throws Exception { http .addFilterBefore(authenticationFilter, UsernamePasswordAuthenticationFilter.class) ...
✏️ Build.gradleplugins { id 'java' id 'org.springframework.boot' version '3.3.2' id 'io.spring.dependency-management' version '1.1.6'}group = 'hello'version = '0.0.1-SNAPSHOT'java { toolchain { languageVersion = JavaLanguageVersion.of(22) }}repositories { mavenCentral()}dependencies { // 템플릿 implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // 웹 implementation 'org.spring..
안녕하세요!최근 스프링 부트 공부를 시작해서 간단한 프로젝트를 올려보고자 합니다. 회원가입 + 로그인 + 게시판 기능(글 등록, 글 수정, 글 삭제, 댓글 달기, 댓글 보기, 좋아요 기능)을 구현스프링 부트 + JPA + thymeleaf + Spring Security를 사용하였고, 프론트적인 부분은 정말 기능만 할 수 있도록 작성하였으니 그 점 양해 부탁드립니다 😀✏️ 필요한 기능회원가입로그인게시글 등록게시글 조회게시글 삭제게시글 수정하기댓글 달기댓글 내역 보기좋아요 기능 ✏️ 필요한 패키지service 패키지repository 패키지controller 패키지domain 패키지dto 패키지config 패키지✏️ 데이터베이스Member(유저)id ⇒ primary key, 유저의 id는 중복..
- Total
- Today
- Yesterday
- c++ string
- 백준 풀이
- 자료구조
- 스프링 부트 crud 게시판 구현
- 스택
- CSS
- 에라토스테네스의 체
- 자바
- HTML5
- C++ Stack
- 알고리즘
- 유클리드 호제법
- DFS
- DP
- html
- Do it!
- 반복문
- 카운팅 정렬
- js
- java
- 백준
- 유니온 파인드
- C++
- 투 포인터
- 우선순위 큐
- 세그먼트 트리
- BFS
- 자바스크립트
- 알고리즘 공부
- 이분 매칭
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |