紹介文が空です
投稿
Q&A
spring boot 2.3.x 버전 질문있습니다.
ErrorsSerializer 에서 gen.writeFieldName("errors"); 를 추가하니 해결됐습니다 감사합니다.
- 1
- 3
- 281
Q&A
4:48 부분 질문입니다
넵 감사합니다.
- 0
- 2
- 310
Q&A
QuerydslJpaRepository가 deprecated되었다네요
감사합니다
- 0
- 5
- 425
Q&A
QuerydslJpaRepository가 deprecated되었다네요
QueryDsl specific extension of {@link SimpleJpaRepository} which adds implementation for {@link QuerydslPredicateExecutor}. @deprecated Instead of this class use {@link QuerydslJpaPredicateExecutor} 이렇게 적혀있네요
- 0
- 5
- 425
Q&A
getServletContext 답변해주신 질문 입니다
원인을 찾았습니다. init 메소드를 불러오면서 @Overridepublic void init() throws ServletException {} 이 아닌 @Overridepublic void init(ServletConfig config) throws ServletException {} 을 잘못 불러와서 그랬던거같습니다 ServletConfig 를 받게되면 왜 getServletContext()를 못사용하는건가요??
- 0
- 2
- 391