Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Mapper
- 독후감
- spring
- 데이메이커
- 한줄평
- 오류
- 서평
- 자바스크립트
- 클라우드 서비스 특징
- MySQL
- Swift
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 기록하는 동구
- 책
- 콜미동구
- JavaScript
- git
- 자바 파일업로드
- git push
- 클라우드 서비스
- 줄거리
- Mac
- 동구
- java
- 에러
- SpringBoot
- Xcode
- 파이썬 웹크롤링
- 깃
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Archives
- Today
- Total
목록com.springboot.test.mapper.FileUploadMapper (1)
인생은 속도가 아니라 방향이다
[Spring] Bean을 찾지못해서 발생하는 오류
콘솔을 보면 'com.springboot.test.mapper.FileUploadMapper' bean을 못찾는다고 나온다. 어플리케이션 클래스 안에 @MapperScan(basePackages={"해당패키지"})넣어주면 해결! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.springboot.test; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @MapperScan(base..
백엔드(Back-end)/Spring
2020. 2. 4. 14:45