Skip to content

tzemp/soprafs19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoPra RESTful Service Template FS19

Spring Boot

Setup this Template with IntellJ

Note: Feel free to develop in the IDE of your choice (e.g., Eclipse).

  1. File -> Open... -> SoPra Server Template
  2. Accept to import the project as a gradle project

To build right click the build.gradle file and choose Run Build

Building with Gradle

You can use the local Gradle Wrapper to build the application.

Plattform-Prefix:

  • MAC OS X: ./gradlew
  • Windows: ./gradlew.bat

More Information about Gradle Wrapper and Gradle.

Build

./gradlew build

Run

./gradlew bootRun

Test

./gradlew test

API Endpoint Testing

Postman

  • We highly recommend to use Postman in order to test your API Endpoints.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages