IDE

intellij spring initializr project open n setting

lshjju 2024. 10. 19. 17:14

intellij project open n setting

[projects]
[open]
- download - myname - title 선택하고 [ok]
- trust projects in ... [check]
- [trust project]
- 팝업 뜨면 [skip]
- 우측 하단에 팝업 뜨면 닫기
왼쪽 프로젝트 네비게이터 확인

네비게이터 창 프로젝트 선택된 상태에서
file - project structure - project settings - project
- SDK
-- [download JDK] spring initializr 설정한 버전과 동일한 버전 설치
---[download]
- [ok]
- [load gradle changes]
- terminal window - check build successful 

file - settings
- Build, Execution, Deployment - build tools - gradle - gradle projects
-- build and run using - [intelliJ IDEA] / run tests using - [intelliJ IDEA] - [ok]
- Build, Execution, Deployment - compiler - java compiler - javac options
-- additional command line parameters - [-parameters] - [ok]

app reload
- demo - src - main - java - name.java - [run]
- check message - Tomcat started on port 8080

chrome
- chrome - localhost:8080 [Whitelabel Error Page]
- Reboot intelliJ app if there is error

'IDE' 카테고리의 다른 글

eclipse - STS - setting  (0) 2025.02.10
eclipse tomcat setting  (0) 2024.11.08
1-02 IntelliJ IDEA community edition setting and plugin  (0) 2024.10.19
Intellij shortcut key n function  (0) 2024.10.19
IntelliJ project setting - for spring boot  (0) 2024.07.18