๐ฅโโ
Swagger๋ฅผ ์ ์ฉ์ํค๊ธฐ ์ํด ์์กด์ฑ์ ์ถ๊ฐํ๊ณ Configํ์ผ์ ์์ฑํ๊ณ ์๋ฒ๋ฅผ ์คํ์์ผฐ๋๋ฐ ์ค๋ฅ๊ฐ ๋ฐ์ํ๋ค.org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
Spring boot 2.6๋ฒ์ ์ดํ์ spring.mvc.pathmatch.matching-strategy ๊ฐ์ด ant_apth_matcher์์ path_pattern_parser๋ก ๋ณ๊ฒฝ๋๋ฉด์ ๋ช๋ช ๋ผ์ด๋ธ๋ฌ๋ฆฌ์์ ์ค๋ฅ๊ฐ ๋ฐ์ํ๊ณ ์๋ค.
๋ค์๊ณผ ๊ฐ์ด ์ค์ ํ์ผ์ ์๋ ์ค์ ์ ์ถ๊ฐํ๋ค.
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
์๋ฒ ์ฌ๋ถํธ ํ ์ ์ ์ฉ๋ ๋ชจ์ต์ด๋ค