A Java Spring boot application.
MySQL database.
Compile with Maven.
Requires Java 21, because of Spring Boot 3.1.3.
Start the application and open the application here: http://localhost:8080/
Create order: http://localhost:8080/api/createOrder?customerId=3452&productIds=3452
Get order: http://localhost:8080/api/order/143



