환경 구축
eclipse 설치 - 구글
eclipse marketplace - sts 설치
project 생성 - spring boot/spring starter project
프로젝트가 만들어지면 실행을 해본다.
그럼 신기하게도 was 가 자동으로 세팅 및 실행되면 서버가 뜬다.
애플리케이션 실행 시
port 8080 already in use
뜨는 경우 해당프로세스를 죽이거나
-> lsof -i tcp:8080
kill pid
컨피그 수정해서 포트를 바꿈
'일 > Spring Boot JPA' 카테고리의 다른 글
Spring Boot JPA #6 (0) | 2022.01.09 |
---|---|
Spring Boot JPA #5 (0) | 2021.12.12 |
Spring boot JPA #4 (0) | 2021.11.28 |
Spring Boot JPA #3 (0) | 2021.11.21 |
Spring Boot JPA #2 (0) | 2021.11.21 |