- Part of the Build and Dependency Management module.
- Solution for codelab05 of the _09_spring package.
- Run
mvn clean install
- Multiple ways of running:
- Inside the target folder of jar, run the
jar-1.0-SNAPSHOT.jar
- Run Application.java inside the IDE
- Execute command
mvn spring-boot:run
from inside module (folder) jar
- Inside the target folder of jar, run the
- Surf to
http://localhost:8080/stocks/AA
where AA is an example of a stockId