Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 293 Bytes

ida-ws

A Java Spring server that provides the IDA REST-API. To quickly start a development server run:

mvn spring-boot:run # Starts a dev server on port 8080.

To build a deployable war file (e.g. to Tomcat 8) run:

mvn package # Builds a war at target/ida-ws.war