-
저와 같은 버전에서 학습하시는 경우, 같은 예외가 발생할 수 있을 것 같아 작성해봅니다.
현재 제가 사용중인 버전은 SpringBoot 3.2.0, jjwt-api:0.11.5 입니다.
교재의 jjwt:0.9.*이 취약점이 발견되었다길래 jjwt-api:0.11.5 로 버전업 해서 발생한 예외입니다.
1. io.jsonwebtoken.io.De…
-
Gradle 탭을 누르고 Tasks 에서 build를 실행하면 그전까지 잘 실행되었던 테스트가 다 실패가 되면서 build가 실패합니다.
혹시나 싶어 따로 테스트를 실행해보았을 때 그전까지 잘 실행 되었던 것들이 모두 실패함을 알 수 있었습니다.
내용에는 그래들 9.0과 호환이 되지 않는 기능들이 있다고 하는데 해결방법을 찾지 못하였습니다.
!…
-
Current Apache Http Client 4.x is supported however there is also Apache Http Client 5.0 (and I believe 5.1 is in the making), which contains some breaking changes. Might be worthwhile to add support …
-
**Resume**
Discussion about default client performance of spring-cloud-openfeign
**Versions**
Java 17
Springboot 2.7.18
spring-cloud-dependencies 2021.0.8
**Scenario**
During a performan…
-
I'm working on a project that needs to integrate with several different systems. This project will be responsible for collecting records generated by smartphones and passing them on to other client sy…
-
-
## Bug Report
### Which version of ShardingSphere did you use?
v5.2.0
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Steps to reproduce …
-
-
Dear EWP Team,
we want to use jaxb generated classes within a jdk 13 springboot project.
We are able to generate the classes, but the XML Validation fails (https://dev-registry.erasmuswithoutpap…
-
챕터 9 JWT을 이용한 로그인, 로그아웃 구현 부분에서 생성한 JWT 가 제대로 작동이 되는지 먼저 테스트 코드를 이용하여 확인하는 부분에서 터진 오류입니다.
먼저 제가 사용하고 있는 버전은
springBoot : 3.2.0
jwt : 0.9.1
jaxb api : 2.3.1 로 책에서 나온 것과 동일합니다.
현재 문제가 되는 오류…