[IntelliJ] Spring Boot 프로젝트 설정

@t189216·2023년 11월 14일
0

⚙️ IDE / Tool

목록 보기
5/11
post-thumbnail

IntelliJ

프로젝트 생성


프로젝트 설정

  • Project Structure ➡️ SDK : 21 ✅
  • Project Structure ➡️ Language level : SDK default ✅

  • Setting ➡️ Editor ➡️ Auto import ➡️ Add unambiguous imports on the fly ✅
  • Setting ➡️ Editor ➡️ Auto import ➡️ Optimize imports on the fly ✅

  • Setting ➡️ Editor ➡️ File Encodings ➡️ Default encoding for properties fles: UTF-8 ✅

파일 설정

  • src > main > resources > application.properties
    ➡️ application.yml


❗ port 앞에 띄어쓰기 두 칸
❗ port 번호 앞에 띄어쓰기 한 칸


실행

localhost:8020

Spring Initializr

https://start.spring.io/

profile
Today I Learned

1개의 댓글

comment-user-thumbnail
2023년 11월 14일

많은 도움이 되었습니다, 감사합니다.

답글 달기