Git Product home page Git Product logo

gradleapi's Introduction

Spring4 + Spring Data + JPA + Gradle Restful API Sample

This is Restful API Sample by Spring, JPA, Gradle for Beginners.

##Development Environment

  • Macbook Pro Retina
  • STS
  • Spring 4
  • Spring Data
  • JPA
  • MySql 5.5.42

##Using Dependency

def version = [
    spring: '4.1.6.RELEASE',
    servletAPI: '3.1.0',
    commonsCollections: '3.2.1',
    junit: '4.12',
    slf4j: '1.7.12'
]

dependencies {
    providedCompile "javax.servlet:javax.servlet-api:${version.servletAPI}"
    
    compile "org.springframework:spring-webmvc:${version.spring}"
    compile 'org.springframework.data:spring-data-jpa:1.10.1.RELEASE'
    
    compile 'javax.validation:validation-api:1.1.0.Final'
    
    compile "org.slf4j:slf4j-api:${version.slf4j}"
    
    compile 'com.fasterxml.jackson.core:jackson-core:2.7.4'
    compile 'com.fasterxml.jackson.core:jackson-databind:2.7.4'
    
    compile 'commons-dbcp:commons-dbcp:1.4'
    compile 'mysql:mysql-connector-java:5.1.31'
    compile 'org.hibernate:hibernate-entitymanager:5.1.0.Final'
    
    compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
    testCompile group: 'junit', name: 'junit', version: "${version.junit}"
}

gradleapi's People

Contributors

bswsw avatar

Stargazers

Big Love avatar inuk avatar

Watchers

James Cloos avatar  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.