spring boot 게시판 - 8 <게시물 작성, 조회>
·
Java/Spring Boot 게시판
2022.11.24 - [Java/spring 게시판] - spring boot 게시판 - 7 spring boot 게시판 - 7 2022.11.22 - [Java/spring 게시판] - spring boot 게시판 - 6 spring boot 게시판 - 6 https://magicmk.tistory.com/32 spring boot 게시판 - 5 https://magicmk.tistory.com/31 spring boot 게시판 - 4 https://magicmk.tistory.com/29 spring boot 게시 magicmk.tistory.com 이전에 회원 관련 로직을 대부분 구현 한 뒤 이번에는 게시물에 관련된 로직을 구현해봤는데 회원 로직과 비슷한 부분이 많아 상대적으로 수월했던 것 같다...
spring boot 게시판 - 7 <회원 정보 수정 및 탈퇴>
·
Java/Spring Boot 게시판
2022.11.22 - [Java/spring 게시판] - spring boot 게시판 - 6 spring boot 게시판 - 6 https://magicmk.tistory.com/32 spring boot 게시판 - 5 https://magicmk.tistory.com/31 spring boot 게시판 - 4 https://magicmk.tistory.com/29 spring boot 게시판 - 3 https://magicmk.tistory.com/28 spring boot 게시판 - 2 https://magicmk.tistory.com/ magicmk.tistory.com 이전 시간에 머리 식히려고 프론트 관련된 내용을 진행했었는데 이번에는 회원 정보 수정 및 탈퇴를 구현했다. ✅ 회원 정보 수정 현..
spring boot 게시판 - 6 <bootstrap 적용하기>
·
Java/Spring Boot 게시판
https://magicmk.tistory.com/32 spring boot 게시판 - 5 https://magicmk.tistory.com/31 spring boot 게시판 - 4 https://magicmk.tistory.com/29 spring boot 게시판 - 3 https://magicmk.tistory.com/28 spring boot 게시판 - 2 https://magicmk.tistory.com/25 Spring boot 게시판 - 1 < 간단 회원 가입 구 magicmk.tistory.com 전 편에 thymeleaf의 layout을 적용한 뒤 회원 정보를 컨트롤하는 로직을 구현하다가 머리가 지끈 거려서 화면을 이쁘게 만들어 보고자 이번에는 BootStrap을 적용해 보았다. ✅ Boo..
spring boot 게시판 - 5 <thymeleaf layout 적용>
·
Java/Spring Boot 게시판
https://magicmk.tistory.com/31 spring boot 게시판 - 4 https://magicmk.tistory.com/29 spring boot 게시판 - 3 https://magicmk.tistory.com/28 spring boot 게시판 - 2 https://magicmk.tistory.com/25 Spring boot 게시판 - 1 시스템 구성 Spring boot 2.7.5 Gradle Java 11 Inte magicmk.tistory.com 지난 시간에 열심히 삽질해서 login을 구현했으니 이번에는 쉬어가는 느낌으로 프론트 쪽 thymeleaf 템플릿의 layout을 적용 해봤다. ✅ thymeleaf 디렉토리 구조 templates 디렉토..
spring boot 게시판 - 4 <spring security form login 구현>
·
Java/Spring Boot 게시판
https://magicmk.tistory.com/29 spring boot 게시판 - 3 https://magicmk.tistory.com/28 spring boot 게시판 - 2 https://magicmk.tistory.com/25 Spring boot 게시판 - 1 시스템 구성 Spring boot 2.7.5 Gradle Java 11 Intellij Ultimate 라이브러리 thymeleaf jpa web lombok h2 magicmk.tistory.com 이전 편에 패스워드 암호화를 진행한 뒤 바로 로그인 구현을 위해 삽질을 했는데 진짜 별거 아닌 것 같았지만 수많은 시행착오를 겪느라 구현이 늦어버렸다. spring security config에 WebSecuri..
spring boot 게시판 - 3 <패스워드 암호화, 회원 목록 조회>
·
Java/Spring Boot 게시판
https://magicmk.tistory.com/28 spring boot 게시판 - 2 https://magicmk.tistory.com/25 Spring boot 게시판 - 1 시스템 구성 Spring boot 2.7.5 Gradle Java 11 Intellij Ultimate 라이브러리 thymeleaf jpa web lombok h2 DB 프로젝트 구조 프로젝트 구조는 위와 같 magicmk.tistory.com 전편에 이은 회원가입 시 패스워드 암호화 및 회원 목록 조회다. 사실 전편보다 이번 내용을 먼저 구현했지만 왜 3번째인지 모르겠다. 😝 ✅ 회원 목록 조회 우선 회원 목록 조회하는 내용부터 살펴보면 ⏹️ MemberService package com.prac..