Skip to content

RESTful Web services with Spring Boot, Jersey, Data JPA and Hibernate

Notifications You must be signed in to change notification settings

SunnyTam/spring-boot-jersey-hibernate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#RESTfull web services with Spring Boot, Jersey and hibernate using tomcat PostgreSQL JNDI database.

##Technologies

  • Java 7
  • Maven 3
  • Spring Boot 1.2.7.RELEASE
  • Jersey 2.7
  • Hibernate 4
  • Guava
  • PostgreSQL
  • Tomcat 8 with jndi

##Architecture

Restful request > Jersey > Service > DAO > Tomcat > Database

###To change jndi setting. Update the application.yml

spring:
  datasource:
    jndi-name: [your jndi data source]

###It is able to be run by embeded tomcat on external J2EE server

mvn clean package && mvn spring-boot:run

###Go to: localhost:8080/products

About

RESTful Web services with Spring Boot, Jersey, Data JPA and Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%