https://github.com/trion-development/spring-boot-rest-sample
https://github.com/trion-development/spring-boot-rest-sample
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trion-development/spring-boot-rest-sample
- Owner: trion-development
- Created: 2017-03-03T12:56:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T14:02:28.000Z (over 6 years ago)
- Last Synced: 2025-03-02T16:15:56.862Z (over 1 year ago)
- Language: Java
- Homepage: https://www.trion.de/
- Size: 71.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.code.txt
Awesome Lists containing this project
README
This is a sample spring boot application.
Run with
```
./mvnw spring-boot:run
```
You can use HTTPie https://httpie.org/ to test the application.
```
http GET :8080/people
http POST :8080/people firstName=Thomas lastName=Kruse
http GET :8080/people/1
```