Skip to content

3d-system-navigation/3DSystemNavigationBackend

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Backend for the 3D Navigation project, built using Spring Boot and Java 11.

Resources

Stars

Watchers

Forks

Releases

No releases published