Java Bootcamp
October 15, 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="[...]"
Test application
- With Swagger
http://localhost:8080/swagger.html - With Curl
curl 'http://localhost:8080/firebase/getAllPaths' -H 'Cookie: JSESSIONID=[...]'