runsidekick / sidekick-demo-todo-app-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sidekick-demo-todo-app-java

Running todo app with sidekick agent locally

Todo app is a Spring Boot application built using Maven. You can build a jar file and run it from the command line:


git clone https://github.com/runsidekick/sidekick-demo-todo-java-app.git
cd sidekick-demo-todo-app-java
./mvnw package
WARNING: Docker must be installed and running to run tests!
You can skip tests running ./mvnw package -DskipTests=truecommand
java -javaagent:sidekick-agent-bootstrap.jar -Dsidekick.apikey=<YOUR-API-KEY> -Dsidekick.agent.application.name=sidekick-demo-todo-app-java -Dsidekick.agent.application.stage=demo -Dsidekick.agent.application.version=1.0.0 -jar target/*.jar

You can then access todo app here: http://localhost:8080/

About

License:Apache License 2.0


Languages

Language:Java 53.4%Language:TypeScript 23.6%Language:CSS 8.9%Language:JavaScript 6.9%Language:Shell 3.6%Language:HTML 2.4%Language:Dockerfile 0.6%Language:Procfile 0.6%