RestController 클래스를 만들고 어노테이션을 @RestController로 입력. 그러나 빨간줄로 restcontroller is not an annotation type 오류가 나며 해당 오류 내용이 나오며 import로는 불가능하고 @org.springFramework.~~ 형태로 어노테이션을 작성해야 했다.
뭔가 이상해서 구글링을 해보니 어노테이션 안의 RestController 클래스와 충돌이 발생해서 그렇다는 내용 확인.
그래서 Class이름을 RestApiController로 변경 후 에러 잡음.
'프레임워크 > SpringBoot' 카테고리의 다른 글
thymeleaf 웹 페이지 오류 (0) | 2021.08.16 |
---|---|
Lombok 사용 관련 오류 (0) | 2021.08.08 |
MySql 설치 후 cmd 접속 오류 문제 (0) | 2021.08.04 |
스프링부트 오류. Driver oracle.jdbc.driver.OracleDriver claims to not accept jdbcUrl (1) | 2021.07.30 |
Class Not Found Exception : oracle.jdbc.driver.OracleDriver (0) | 2021.07.28 |