문서의 이전 판입니다!
사례연구
1. JPA를 이용한 단순 게시물 테스트
1. Run As 실행시에 Spring Boot App 이 없을 경우 구동 방법
Steps: 1. go to Run->Run configuration -> Maven Build -> New configuration Steps: 2. set base directory of you project ie.${workspace_loc:/${프로젝트명}} Steps: 3. set goal spring-boot:run Steps: 4. Run project from Run->${프로젝트명}
How to run Spring Boot web application in Eclipse itself?
2. pom.xml Error 표시: Plugin execution not covered by lifecycle configuration
In Eclipse Luna 4.4.0, you can chose to ignore this error in preferences
Window > Preferences > Maven > Errors/Warnings > Plugin execution not covered by lifecycle configuration. Select Ignore / Warning / Error as you wish. Also, in the quick fix (Ctrl + 1) for this error, it gives an option to mark goal as ignored in Eclipse build in Eclipse preferences (experimental) This is a cleaner way, as it doesn't modify your pom.xml. You will need to do a Maven > Update project to fix the same error in any other project as well.
How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven Builds