I moved my project from spring-boot 2.1.9 to 2.2.0.
While starting the project, I am facing the below error messages.
error
Caused by: org.sprin
If you want Swagger, but can compromise with HATEOAS, then just remove the HATEOAS dependency and add:
Swagger
HATEOAS
compile group: 'io.springfox', name: 'springfox-swagger-ui', version:'2.9.2' compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'