Giter Club home page Giter Club logo

java-gradle's Introduction

Gradle

java-Gradle

exercise example project with java build tool Gradle

What is Gradle ?

  • Groovy를 기반으로 한 DSL(Domain Specific Language) 자동화 build tool.
    DSL ? 도메인 특화 언어(Domain-specific language)는 특정한 도메인을 적용하는데 특화된 컴퓨터 언어이다. 이는 어느 도메인에서나 적용 가능한 범용 언어(General-purpose language)와는 반대되는 개념이다. 도메인 특화 언어에는 매우 넓은 다양성이 존재한다.
  • xml 기반이 아닌 JVM에서 동작하며, java 언어를 지원한다.
  • 'Gradle Wrapper' 를 이용하여 Gradle을 설치하지 않은 시스템에도 빌드가 가능하다.
  • Maven의 pom.xml을 Gradle용으로 변환 가능하며, Maven의 중앙 저장소도 지원하기에 Library를 모두 그대로 사용이 가능하다.
  • 의존 Library들을 자동으로 설치하여 가져오기 때문에 사용이 편리하다. (Externel Dependencies) (ex tomcat Library가 미리 설치되어있기 때문에 따로 설치하지 않아도 임시 서버를 킬 수가 있다.) (ex logback + slf4j 와 같은 로깅 라이브러리, test를 위한 JUnit, spring-test 라이브러리도 자동 설치)

java-gradle's People

Contributors

smjin 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.