An open API service indexing awesome lists of open source software.

https://github.com/emrd/java-spring-calculator-endpoints


https://github.com/emrd/java-spring-calculator-endpoints

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator Endpoints Using Java Spring

This is a minimal Java Spring starter project based on calculator with endpoints.

## Getting Started

To start, run:
```sh
mvn spring-boot:run
```

Then go to ``http://localhost:8080/YOUR_OPERATION?numberOne=FIRST_NUMBER&numberTwo=SECOND_NUMBER`` on your browser.