Java 웹 프로그래밍68 Singleton Pattern 싱글톤 패턴 https://github.com/irerin07/interview_prep/blob/master/DesignPattern/DesignPattern_interview.md#singleton-%ED%8C%A8%ED%84%B4 2020. 4. 3. Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported 에러 스프링 부트로 jwt를 사용하는 간단한 로그인/ 회원가입 페이지를 만들다가 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported 라는 에러가 발생했습니다. 구글 검색을 해보니 스프링은 'application/x-www-form-urlencoded'를 이해하지 못한다고 합니다. https://stackoverflow.com/questions/34782025/http-post-request-with-content-type-application-x-www-form-urlencoded-not-workin/38252762#38252762 해결방법은 의외로 간단한데 코드에서 @RequestBody 어노테이션을 지워주면 해결된다고 합.. 2020. 3. 26. JWT사용 로그인, 회원가입 POSTMAN 활용 검증 2020. 3. 9. public key retrieval is not allowed 에러 MySQL 8.x이상 버전부터 발생하는 에러 기존에 사용하던 jdbc 주소에 다음과 같이 추가해주면 해결된다. &allowPublicKeyRetrieval=true&useSSL=false spring.datasource.url= jdbc:mysql://localhost:3306/testdb?useSSL=false&allowPublicKeyRetrieval=true 2020. 2. 28. 이전 1 ··· 6 7 8 9 10 11 12 ··· 17 다음 728x90