프로젝트 정리/스프링과 JPA 기반 웹 애플리케이션 개발
24. 프로필 수정 폼
JunGi Jeong
2021. 12. 13. 10:30
프로필 수정 뷰
컨트롤러
- Bio, Link, Occupation, Location 정보만 입력받아서 Account 정보를 수정한다.
실습
- 시작 커밋: https://github.com/devjun63/whiteship-studyolle/commit/80556822d7310a98de49a3edae0db51d734cdf64
- 완료 커밋: https://github.com/devjun63/whiteship-studyolle/commit/aa47902ed3f52fad9b7d31073e84f1ed5770d50d
24. 프로필 수정 폼 · devjun63/whiteship-studyolle@aa47902
Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files 24. 프로필 수정 폼 Loading branch information Showing 4 changed files with 129 additions and 0 deletions. +24 −
github.com
23. Open EntityManager (또는 Session) In View 필터 · devjun63/whiteship-studyolle@8055682
컨트롤러에서 데이터를 변경했다. 왜 DB에 반영되지 않았을까? persistence 상태의 객체가 Transcation에 위치 하지 않았기 때문
github.com