dheeraj-mummareddy / demo-restWS-spring-jersey-tomcat-mybatis

Project demonstrating REST api implementation with Jersey and Spring (db access via MyBatis)

Home Page:http://www.codingpedia.org/ama/restful-web-services-example-in-java-with-jersey-spring-and-mybatis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##demo-restWS-spring-jersey-tomcat-mybatis

Install and run the project

Prerequisites:

  • MySQL 5.5 or 5.6
  • Eclipse (or any other IDE you feel comfortable with)
  • JDK 1.7 (if you want to use Jetty 9 with the jetty-maven-plugin from project)

Create DB schema

Create db schema by running the MySql single file script script against the MySQL database (user/pwd - rest_demo/rest_demo)

Run the example

  • Download/clone the project
  • Import in Eclipse
  • Run Configuration -> Goals clean install jetty:run

==

Blog post on Codingpedia.org

RESTful Web Services Example in Java with Jersey, Spring and MyBatis You will find there detailed explanation of the code

Related posts

==

License

Copyright (c) 2014 Codingpedia Association. See the LICENSE file for license rights and limitations (MIT).

About

Project demonstrating REST api implementation with Jersey and Spring (db access via MyBatis)

http://www.codingpedia.org/ama/restful-web-services-example-in-java-with-jersey-spring-and-mybatis/

License:MIT License


Languages

Language:Java 100.0%