Created a REST API using Spring Boot and Swagger Codegen for service specification. Currently, two services are exposed:
- To find the eligibility of an item for the new shipping program.
- To update the existing rules which include:
- Adding /removing Item category from list pre-approved categories.
- Adding/removing seller name from a list of enrolled sellers.
- Updating minimum allowed price of an item.
- sudo apt policy maven
- sudo apt install maven
- mvn -N io.takari:maven:wrapper
Can run application from command line: ./mvnw spring-boot:run