develog

[intellij] eclipse project 가져오기 (no maven & gradle) 본문

카테고리 없음

[intellij] eclipse project 가져오기 (no maven & gradle)

냐옴 2021. 12. 17. 17:49
Eclipse Project 로 새 프로젝트 만들기

    File > New > Project from Existing Sources...

Artifacts 추가

    Project Structure 
        > Project Settings
            > Artifacts 
                > + 
                > Web Application: Exploded 
                > From Modules...

Tomcat 설정

    Run > Edit Configurations...
            > +
            > Tomcat Server > Local
                > Deployment
                    > Deploy
                        > + > Artifact...
                    > Application context: /

Comments