Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seyfer/springlearn2
Spring Learn code
https://github.com/seyfer/springlearn2
Last synced: 16 days ago
JSON representation
Spring Learn code
- Host: GitHub
- URL: https://github.com/seyfer/springlearn2
- Owner: seyfer
- Created: 2016-03-19T15:28:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T02:40:53.000Z (about 2 years ago)
- Last Synced: 2024-10-31T13:02:30.384Z (2 months ago)
- Language: Java
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to try out the code
The easiest way to read through this code, try it out and play with it is to follow these instructions:
- download the Spring Tool Suite (http://spring.io/tools/sts/all)
- open this project inside the Spring Tool Suite
- find the class Application in left side Package Explorer
- right click on class Application > Run as .. > Spring Boot App
- check the console on the bottom for something like "Started Application in 9.06 seconds"
- go to browser and the application should be running under http://localhost:8080/developersThat's all. :)