Java Bootcamp
November 8, 2021 ยท View on GitHub
Start application
- Build with maven (Java 11, Maven 3.6.x)
mvn clean install - Run Spring Boot application
with VM options-DfirebaseKey="[...]"
Documentation
See docs/README.md for more information.
Test application
- With Swagger
http://localhost:8080/swagger.html - With Curl
curl 'http://localhost:8080/firebase/getAllPaths' -H 'Cookie: JSESSIONID=[...]'