https://github.com/mukul273/taco-order
Order tacos services
https://github.com/mukul273/taco-order
lombok spring springboot2
Last synced: about 1 month ago
JSON representation
Order tacos services
- Host: GitHub
- URL: https://github.com/mukul273/taco-order
- Owner: mukul273
- Created: 2019-04-23T14:02:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T14:18:36.000Z (about 7 years ago)
- Last Synced: 2025-07-23T09:51:26.634Z (11 months ago)
- Topics: lombok, spring, springboot2
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is Order tacos services web services developed in Spring boot, lombok and Swagger2
Please free to modify the server port. The current state uses 8081 as server port
Please use below URL's to browse
1. For APi docs: Please visit http://localhost:8081/v2/api-docs
2. To use swagger: http://localhost:8081/swagger-ui.html OR http://localhost:8081/swagger-ui.html#/taco-resource
3. Please use below JSON format to test
[
{
"qty": 2,
"tacoName": "Veggie"
},
{
"qty": 4,
"tacoName": "Chorizo"
}
]
4. Please free to change the quantity. The taco name should be "Veggie", "Chicken", "Beef" or "Chorizo"