2025-04-21 21:39:08 +02:00
2025-04-21 21:39:08 +02:00
2025-04-21 21:39:08 +02:00
2025-04-21 21:39:08 +02:00
2025-04-12 14:46:03 +00:00
2025-04-21 21:39:08 +02:00

Prices web service (web-price)

Web service for obtaining the price of a product given a date, the product id and the brand id.

Requirements

  • Java 21
  • Maven

Development

  1. Local installation of the project
    mvn clean install
    
  2. Run the app from the project root with:
    mvn clean spring-boot:run -pl boot -Dspring-boot.run.profiles=local
    
    or navigating to the boot directory of the project:
    mvn clean spring-boot:run -Dspring-boot.run.profiles=local
    
  3. Service should be ready to receive requests at http://localhost:8080/price with OpenAPI docs available at http://localhost:8080/swagger-ui/index.html

Running Tests

To run all tests in the project:

mvn test
Description
No description provided
Readme Apache-2.0 107 KiB
Languages
Java 100%