Spring Boot + Springbox swagger error I have a spring boot project want to integrate with swagger via springbox. I have my spring boot app up and running all good. However after I added springbox, it can not pass unit test. Here are the details I added in project. 위해서pom.xml,추가된 io.swagger swagger-core 1.5.3 io.springfox springfox-swagger2 2.2.2 io.springfox springfox-swagger-ui 2.2.2 then with ..