-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7월 개발일지 #625
Comments
GIF를 JSON으로 |
WebSecurityConfigurerAdapter가 deprecated되었다. |
jjwt 쓸때
|
@DataJdbcTest automatically scans for AbstractJdbcConfiguration beans. - Spring Boot 2.7 Release Notes Spring Boot v2.7.0 부터는 @DataJdbcTest 의 용도가 full auto-configuration 을 disable 하고 AbstractJdbcConfiguration sub-class 들을 검색해서 관련 있는 configuration 들 만 apply 한다고 합니다. Spring Boot v2.7.0+ 에서 문제되는 @DataJdbcTest 대신 @jdbcTest 사용하게 수정했습니다. |
인터페이스 함수에 async를 추가하면 proxy 타입에 따라서 동작하기도 안하기도 한다. 하지만 권장하는 패턴은 아닌거 같긴하다 https://stackoverflow.com/questions/9109126/spring-async-annotation-on-interface-methods |
JPA OneToOne은 기본 조회가 EGER 로딩이다. |
프로세스 죽이는 스크립트
|
dynamodb rangekey 오류가 잇다 ㅠㅠ |
Elastic Search Client 구현체가 새로 나왔지만 아직 Spring Data ElasticSearch에서는 이슈가 있어 도입을 하지 않고 있는 상태이다. |
Motivation
1
Suggestion
1
The text was updated successfully, but these errors were encountered: