
@CreationTimestamp와 @CreatedDate 하이버네이트 애노테이션 자체를 점점 사용하지 않는 추세이다. 생성자 또는 필드에서 초기화하지않는경우 NullPointErexception 발생 생성자 또는 필드에서 초기화하는 경우 데이터베이스에 저장될 값과 객체값의 다르다. @CreationTimestamp, @UpdateTimestamp INSERT 쿼리가 실행될 때, 현재 시간을 값으로 사용하여 쿼리를 생성합니다. 이 값은 persist 또는 new 생성 시점이 아닌 실제 쿼리가 실행될 때(flush) 생성됩니다. @Entity public class Member { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE) private Long i..
https://github.com/woowacourse/jwp-dashboard-mvc GitHub - woowacourse/jwp-dashboard-mvc Contribute to woowacourse/jwp-dashboard-mvc development by creating an account on GitHub. github.com 미션을 진행하면서 DispatcherServletInitializer를 명시적으로 실행하지 않았음에도 불구하고 DispatcherServlet이 자동으로 등록되는 이유에 대해 궁금하여 조사하려고 합니다 DispatcherServletInitializer 코드 확인 public class DispatcherServletInitializer implements WebAppli..

Mapper instances are fully thread-safe provided that ALL configuration of the instance occurs before ANY read or write calls. If configuration of a mapper instance is modified after first usage, changes may or may not take effect, and configuration calls themselves may fail. If you need to use different configuration, you have two main possibilities 매퍼 인스턴스는 인스턴스의 모든 구성이 읽기 또는 쓰기 호출 전에 수행되는 경우 완..
- Total
- Today
- Yesterday
- 구글 소셜로그인
- HTTPInterface
- dto 위치
- DispatcherServletInitializer
- FormProperty
- JPA SQL Injection
- User Scenario
- CreationTimestamp
- Attribute Converter
- ServletContainerInitializer
- 유저 스토리
- dto 검증
- @ElementCollection
- defer-datasource-initialization
- WebFlux 의존성
- HandlesTypes
- org.springframework:spring-webflux
- 유저 시나리오
- 레이어드 아키텍처
- BasicBinder
- Spring Boot 3
- ValidateException
- java 17
- setDateFormat
- feignClient
- 구글 OpenID
- entity 검증
- @FormProperty
- CreatedDate
- @Converter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |