https://github.com/alertedcoffee/neoflex-simplecalculator
First experience of using java with spring
https://github.com/alertedcoffee/neoflex-simplecalculator
Last synced: about 1 month ago
JSON representation
First experience of using java with spring
- Host: GitHub
- URL: https://github.com/alertedcoffee/neoflex-simplecalculator
- Owner: AlertedCoffee
- Created: 2023-03-28T11:07:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T06:16:18.000Z (about 3 years ago)
- Last Synced: 2025-03-05T23:29:03.375Z (over 1 year ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neoflex-SimpleCalculator
First experience of using java with spring.
This project contains two Integer methods: plus(a, b) and minus(a, b), their names speaks for itself.
For easier API usage Swagger was connected to this project. How does it works:

