학교/캡스톤디자인과창업프로젝트35 @NotNull 또는 @Column(nullable = false) @NotNull을 사용할지 @Column(nullable=false)를 사용할지 https://kafcamus.tistory.com/15 [JPA] nullable=false와 @NotNull 비교, Hibernate Validation 오늘은 다음의 고민 때문에 글을 작성하게 되었다. JPA에서 DDL을 자동으로 생성할 수 있는데, 이 때 not null 옵션은 어떻게 붙이나? JPA의 엔티티 객체에 @NotNull 검증 어노테이션을 주면 어떻게 되나 kafcamus.tistory.com https://jeong-pro.tistory.com/233 JPA Entity Validation @Column(nullable=false)가 아닌 @NotNull을 써야한다고? JPA Entity Validatio.. 2024. 1. 23. 비밀번호 불일치 https://yonghwankim-dev.tistory.com/516 [SpringBoot] 회원가입 비밀번호, 비밀번호 확인 불일치 처리개요 SpringBoot 기반 회원가입 서비스 구현중 비밀번호, 비밀번호 확인 필드 입력이 불일치하는 경우 "비밀번호가 일치하지 않습니다." 메시지를 출력하고자 합니다. 이 글은 이전 문제해결 글을yonghwankim-dev.tistory.com 2024. 1. 23. 로그인 한 사용자 정보 불러오기 https://velog.io/@yoho98/Spring-Security-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%ED%9B%84-%EC%82%AC%EC%9A%A9%EC%9E%90-%EC%A0%95%EB%B3%B4%EC%96%BB%EA%B8%B0 Spring Security 로그인 후 사용자 정보얻기Spring Security 로그인 후 사용자 정보를 어떻게 가져올까?이전에 Spring Boot가아닌 Spring Legacy로 구현할땐 로그인은 항상 세션으로 setAttribute 해서 키값으로 getAttribute 가져와서 ModelAndView 로 넘겨주곤velog.iohttps://studyandwrite.tistory.com/508 Spring Security - SecurityCon.. 2024. 1. 13. 이전 1 2 3 4 5 다음