강의

멘토링

로드맵

Inflearn Community Q&A

cherish30574's profile image
cherish30574

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

Pure JDBC

could not autowire. no beans of datasource type found

Written on

·

10K

0

1계속 소스 내 @Autowired 태그 밑 

public SpringConfig(DataSource 다음의 dataSource 이부분에 빨간줄 생기면서 could not autowire가 생깁니다.. no beans of DataSource type found 라고 뜨는데 pt 내용을 그대로 복붙해도 같은데 무슨 문제인 걸까요..?

javaMVCspringspring-boot

Answer 1

9

yh님의 프로필 이미지
yh
Instructor

안녕하세요 cherish3_님

IntelliJ가 버그로 인식을 가끔씩 인식을 못하는 문제가 있습니다. 만약 실행해서 정상 동작한다면 무시하고 진행하셔도 됩니다. :)

감사합니다.

cherish30574's profile image
cherish30574

asked

Ask a question