FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

jonvallet/server-test: A server for testing a rest api. · GitHub

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Building the project -You will need a gradle 1.10+ installed and available in your path. -Also you will need java JDK 1.7 or greater. -For building the project, just run the "gradle build" command in the project root folder. -For building the binaries artifacts, use the "gradle war" command.

  2. You can find the rest service source under the folder src/main/java/com/jonvallet/rest/api/services

  3. All the junit tests can be found at src/test/java/com/jonvallet/rest/api/services

  4. Build artifacts can be found at build/libs folder.

  5. Installation -The application is packaged as a war file (server-test-1.0.war). -You can deploy at it is in a Wildfly 8.0+ or jboss-eap-6.1 or greater. -To access the index page go to /server-test-1.0. -Other application servers I have not tested, but if they implement jsr311-api version 1.1.1 it should work.

About

A server for testing a rest api.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL