기타/에러
spring boot failed to start bean 'documentationpluginsbootstrapper'; 에러
개발자가 말대꾸?
2022. 2. 11. 05:44
Maven Repository에서 Springfox - swagger를 사용하려다가 오류가 발생
사유는 spring 2.6.x --ver + swagger 3.x.x 에서 발생됨.
해결 방법
application.yaml (yml)
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
application.properties
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
추가