Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 단축키
- import
- GIT
- Source
- plugin
- Eclipse
- xargs
- profile
- Quartz
- context
- resource
- bash
- JavaScript
- netsh
- 줄바꿈 문자
- vscode
- lsof
- IntelliJ
- Windows
- port
- grep
- ssh
- tomcat
- web.xml
- 네트워크
- VirtualBox
- Windows 10
- find
- maVen
- Mac
Archives
- Today
- Total
develog
[intellij] java web project 만들기 본문
1. 프로젝트 생성 (New Project)
- New Project
- Java Enterprise
- Project SDK: 1.7
- Project template: Web application
- Application server: Tomcat 7.0.35
- Build tool: Gradle
- Language: Java
- Version: Java EE 8
- Specifications: Servlet
- Project 정보 입력
- Name, Location
- Group, Artifact, Version
2. 프로젝트 실행
3. 웹브라우저 확인
'IDE > intellij' 카테고리의 다른 글
[intellij] context.xml 추가 (0) | 2021.02.19 |
---|---|
[intellij] java web application 만들기 (0) | 2021.02.17 |
[intellij] JDK 설정 (0) | 2021.02.16 |
[intellij] tomcat sever 셋팅 (0) | 2021.02.16 |
[intellij] Confirm before exiting the IDE (0) | 2020.11.27 |
Comments