일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- input태그
- gradle
- 로그인
- security
- 반복문
- 시큐리티 로그아웃
- 리눅스
- 스프링 부트
- javascript
- 코딩테스트
- 싱글톤
- Linux
- css
- 시큐리티로그인
- 시큐리티
- java
- 2차원배열
- html
- 소스트리
- 시큐리티 로그인
- codingtest
- StyleSheet
- sql
- programmers
- 프로그래머스
- springSecurity
- springboot
- JAVA11
- Spring boot
- 목록
Archives
- Today
- Total
JAVAIARY
[Intellij] Springboot 프로젝트 인식문제 본문
이게 꽤나 빈번히 일어나는데, 인텔리제이에서 프로젝트를 인식을 못하는 오류가 있다.
항상 캐시 삭제, JDK버전 확인 등 삽질만 계속하다가 시간을 날려서 잊어버리지 않도록 기록해두려한다...
결국 프로젝트 구성 자체를 못 하는 거라 pom.xml을 인식시켜주면 된다.
pom파일을 열고 우클릭을 해서 Maven 프로젝트로 추가해준다.
그러면 어노테이션도 정상적으로 인식. 당연히 Application도 인식이 된다.
https://stackoverflow.com/questions/70575929/spring-boot-application-not-detected-by-intellij
Spring boot application not detected by Intellij
Intellij is not detecting spring boot application created in a different IDE. The application in discussion is the one starting with the letter "e" How can i fix this ? I am using intellij
stackoverflow.com
'selfEdu > 극약처방 ) Error' 카테고리의 다른 글
git log 에러코드 128 (1) | 2023.10.17 |
---|---|
Eclipse) 자바 버전 문제 (0) | 2023.08.21 |
환경변수) ipconfig 명령어 등 (0) | 2023.06.18 |
ERROR) illegalstateexception: module entity with name (0) | 2023.06.15 |
ibatis) SAXParseException (0) | 2023.05.28 |