분류 전체보기407 페이징처리를 할 때 안 넘어가는 이유(For input string:2") Validation failed for object='pagingVO'. Error count: 1 org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'pagingVO' on field 'currentPage': rejected value ['2']; codes [typeMismatch.pagingVO.currentPage,typeMismatch.currentPage,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.Defau.. 2022. 4. 12. join문을 사용해서 selectList와 selectOne 문제 상황 및 해결 member테이블에 있는 유저 정보를 board 정보에 나타내기 위해서 MapperXml에서 조인문을 사용해서 하려고 했지만 이렇게 resultType을 한 테이블의 VO만 적으니까 오류가 났다. Join문을 사용해서 Select를 할 때는 Map을 써야 한 다는 것을 알게되었다. 여러 데이터를 가져올 때(selectList): 리스트 select b.no, b.title, date_format(b.createdate, "%m/%d %H:%i")createdate, b.thumbnailImg, m.address, m.nickname from board b join member m on m.userid = b.userid order by no desc 데이터 한 개를 가져올 때(sele.. 2022. 4. 10. [빈 생성 실패 애너테이션 필요]dao in ShareBrdServiceImpl required a bean of type 'DAO' that could not be found. 문제 상황 Service 인터페이스를 구현한 ServiceImpl에서 DAO를 사용하는데 DAO의 bean이 없다고 뜬 것 같았다. Field dao in com.semiproject.soboon.service.ShareBrdServiceImpl required a bean of type 'com.semiproject.soboon.dao.ShareBrdDAO' that could not be found. The injection point has the following annotations: - @javax.inject.Inject() Action: Consider defining a bean of type 'com.semiproject.soboon.dao.ShareBrdDAO' in your conf.. 2022. 4. 9. AI[CLOVA Voice] 텍스트를 음성으로 변환하기 https://www.ncloud.com/ 에 접속해 로그인 후(메뉴 > 서비스 > 구현할 서비스 선택 후 이용 신청) HTML 삽입 미리보기할 수 없는 소스 메뉴 > 서비스 > AI Service CLOVA Voice > 사용가이드 > CLOVA Voice API v1 바로가기(API 가이드로) > 왼쪽 메뉴 탭에서 tts (Premium) > API 예제에서 Java 복사하기 2022.04.06 - [멀티캠퍼스 풀스택 과정/AI] - [CFR(Face Recognition)] 얼굴인식 구현하기 지난 포스팅에서 쓰인 home.jsp 사용하기 1. home.jsp에 voice form 연결 Ai Service API CFRecognition:얼굴감지 CFR(Celebrity):유명인감지 Voice:텍스트.. 2022. 4. 7. [CFR(Face Recognition)] 유명인 얼굴 인식 구현하기 https://www.ncloud.com/ 에 접속해 로그인 후(메뉴 > 서비스 > 구현할 서비스 선택 후 이용 신청) 메뉴 > 서비스 > AI Service CLOVA Face Recognition > 사용가이드 > CFR API v1 바로가기(API 가이드로) > 왼쪽 메뉴 탭에서 celebrity(유명인 얼굴 인식) > API 예제에서 Java 복사하기 2022.04.06 - [멀티캠퍼스 풀스택 과정/AI] - [CFR(Face Recognition)] 얼굴인식 구현하기 지난 포스팅에서 쓰인 home.jsp 사용하기 1. home.jsp에 celebrity form 연결 Ai Service API CFRecognition:얼굴감지 CFR(Celebrity):유명인감지 2. Home에서 CFR(Cel.. 2022. 4. 6. [CFR(Face Recognition)] 얼굴인식 구현하기 https://www.ncloud.com/ 에 접속해 로그인 후(메뉴 > 서비스 > 구현할 서비스 선택 후 이용 신청) 메뉴 > 서비스 > AI Service CLOVA Face Recognition > 사용가이드 > CFR API v1 바로가기(API 가이드로) > 왼쪽 메뉴 탭에서 face(얼굴 감지) > API 예제에서 Java 복사하기 1. CLOVA_api 프로젝트 생성(springboot, gradle로) 2. home.jsp 생성 Ai Service API CFRecognition:얼굴감지 3. Home에서 CFRecognition으로 넘어갈 폼 생성(/cfrfrom): clova_cfr_recognition.jsp 이미지 선택 : 확인 파일 업로드를 하기위해서 form의 enctype = .. 2022. 4. 6. 이전 1 ··· 27 28 29 30 31 32 33 ··· 68 다음