본문 바로가기

springboot4

[오류해결] 스프링부트 import Security configuration 에러 프로젝트를 새로 만들고 그래들 빌드를 설정을 다 해놓고 spring security를 사용하기 위해서 securityconfig를 설정하면서 'WebSecurityConfigurerAdapter'로 확장하는 코드를 작성하였는데 이 부분이 임포트 에러가 떴다. 그 전의 프로젝트들을 사용하면서 이 부분이 에러가 나면 보통 import가 잘못되거나 그래들을 재빌드하면 되는 경우가 많았는데 이번에는 아무리봐도 잘못된 부분이 없었다. 1. build.gradle 확인 (해결안됨) // jwt 관련 의존성 implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.2' runtimeOnly group: 'io.jsonwebtoken', nam.. 2022. 12. 4.
(2) 똑띠맨 프로젝트 : 기능 명세서 및 테이블 명세서 작성 기술명세서 회원가입 로그인 CRUD / 소셜 로그인 CRUD 권한별 접근(어드민/매니저/고객) 권한 스위칭(매니저/고객) 지역별 등록 게시물 확인 현재 위치 반경 거리 조절 가능 → 거리별 등록 게시물 확인 별점 후기 및 찜기능 게시물 CRUD → 매니저 / 고객 구별하여 게시물 리스트로 조회(카테고리별 조회) 카테고리 : 지역별, 직종별, 작업별, 마감별, 등록순별 마이페이지(작성한 글, 회원정보수정, 찜목록, 타인이 남긴후기, 내가 남긴후기, 예약내역, 문의내용, 결제내역, 계약서내용, 보증금내역, 포트폴리오) 검색기능 보증금 기능 결제모듈 전자계약서 작성 구매확정 사진업로드 예약기능 문의게시판 및 문의채팅봇 개인 포트폴리오 작성(작업내역) 컬럼리스트 1:1 채팅하기 엄청 많다...헤헹 아무래도 하나.. 2022. 10. 28.
[오류해결] org.springframework.web.client.restclientexception: error while extracting response for type [class java.lang.long] and content type [application/json]; nested exception is org.springframework.http.converter.httpmessagenotreadableexceptio.. [오류 로그] Error while extracting response for type [class java.lang.Long] and content type [application/json;charset=UTF-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of java.lang.Long out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserial.. 2022. 8. 28.
test subject로 필요한 junit 버전 설정하여 테스트하는 방법 2일간 오류를 해결하지 못했는데 드디어 해결했다ㅠㅠ 그동안의 오류 로그들 An exception occurred applying plugin request [id: 'org.springframework.boot', version: '2.4.1'] > Failed to apply plugin [id 'org.springframework.boot'] > Spring Boot plugin requires Gradle 5 (5.6.x only) or Gradle 6 (6.3 or later). The current version is Gradle 4.10.2 Unsatisfied dependency expressed through field error: variable amount not initialized .. 2022. 8. 22.
LIST