Skip to content

Kuama-IT/nicoletti-spring-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java + Spring Boot test by Nicoletti Giovanni of Kuama S.R.L

The project runs on Java17

Test

The test-project is covered with both Unit and Integration tests

Payload Example (If using Postman or curl)

You can also find the postman collection on the project main folder

{
    "maximumPackageWeight": 90,
    "items": [
        {
            "id": 1,
            "weight": 90,
            "price": 99
        },
        {
            "id": 2,
            "weight": 90,
            "price": 100
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages