As a product owner
I want to have a build tool to compile and archive the solution into an artifact
So that I can use it for deploying the microservice in the cloud
Acceptance criteria:
Using the https://start.spring.io/; create a project skeleton having a minimum of dependencies such as Spring Web, H2 Database, Spring Data JPA, Validation.
Minimum Java version to be 17
Minimum Spring Boot version 3.1
The maven build is successful, and the app can start on localhost.
As a product owner I want to have a build tool to compile and archive the solution into an artifact So that I can use it for deploying the microservice in the cloud
Acceptance criteria:
Story points: 0.1 Sprint : sprint-0