The code was first generated from
And then we made the following changes
Pulled in newer versions of spring libs
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>
In here
- refresh the swagger page
- authenticate as nhomble:supersecret
- try and fail the delete pet api, 403
- try and succeed the get pet by id, 2xx