일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- vscode tutorial
- 정보처리산업기사
- MariaDB
- spring
- checkbox
- bulkinsert
- JQuery
- mybatis
- java
- vue.js
- 부스트코스
- egov
- 기출문제
- jdbc
- jsp
- Ajax
- vue Carousel
- 오라클
- insertAll
- INSERT
- swipe 배너
- JSON
- 마스킹
- NoSQL
- Tomcat
- mysql
- 구멍가게코딩단
- JAXBContext
- github
- query
Archives
- Today
- Total
개발새발
[error] "Multiple annotations found at this line" 본문
728x90
반응형
pom.xml에서 "Multiple annotations found at this line"
간혹 서버(Tomcat)에서 Run할 때,
해당 프로젝트에 자동으로 라이브러리를 추가하지 못한 경우에 발생할 수 있습니다.
1. Project 선택 - Properties > Java Build Path > Libraries에 Server Library(ex. Apache Tomcat)가 있는지 확인
2. 없으면 add Library - serverRuntime -Apache Tomcat 추가
728x90
반응형
'[error]' 카테고리의 다른 글
[lombok] lombok 사용시 디비 필드명이 ex) v_call_yn 일 경우 error : "Property [vCallYn] not found on type" (1) | 2020.09.24 |
---|---|
invalid input syntax for type timestamp: "" (0) | 2020.09.07 |
[mysql] 외래키 제약조건 실패 (on delete cascade) (0) | 2020.06.22 |
The server time zone value 'KST' is unrecognized or represents more than one time zone (0) | 2020.06.09 |
[tomcat] May be locked by another process (0) | 2020.06.09 |
Comments