Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

3D System Navigation Backend

Requirements

Building

  • gradlew build
    • Executable war file generated in ./build/libs
    • Apache Tomcat 9 is bundled.

Running

The application can be run and debugged through Intellij. To run standalone:

  • java -jar systemnavigation3d-{VERSION}.war
    • Replace version with current project version.

Verification

The following test endpoint should be live after running.

http://localhost:8080/3dsysnavbackend/api/test

Test Resources