Coder Social home page Coder Social logo

usemaven's Introduction

Maven 빌드 기초 템플릿 👋

Static Badge

Maven으로 Java Project를 빌드하는 기초적인 방법이예요!

빌드를 원하는 Java Project에 들어가 pom.xml을 생성해주세요.
이 Repository의 pom.xml 의 주석을 참조해 필요한 부분을 적용해줘요!

Maven이 설치된 PC를 이용해 프로젝트 폴더에서 "mvn compile"를 입력해주세요!
프로젝트폴더/target/classes 에 클래스가 생성되었을거예요!
Jar 파일을 생성하려면 "mvn package" 를 입력해주세요!
컴파일과 테스트까지 완료된 후 프로젝트폴더/target에 jar 파일이 생성돼요!


image
jar파일 실행시 이렇게 나오면 성공이예요!

usemaven's People

Contributors

binary-river avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.