๐๋ฐฑ์๋ : BackEnd
[SpringBoot] 2.7.13 ์์ swagger ์ค๋ฅ
mc.thd
2023. 7. 31. 22:16
SpringBoot 2.7.13์์ swagger๋ฅผ ์ฌ์ฉํ๊ธฐ ์ํด dependencies๋ฅผ ์ถ๊ฐํ ๋ค ์คํํ์์ผ๋ ์๋์ ๊ฐ์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์๋ค ใ ใ
org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
์ฐพ์๋ณด๋ application.properties ์ ์๋ ์ฝ๋๋ฅผ ์ถ๊ฐํ๋ฉด ๋๋ค๊ณ ํ๋ค
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
2.6 ๋ฒ์ ์ดํ์ spring.mvc.pathmatch.matching-strategy๊ฐ์ด ant_path_matcher์์ path_pattern_parser๋ก ๋ณ๊ฒฝ๋๋ฉด์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ์ค๋ฅ๊ฐ ๋ฐ์ํ๋ ๊ฒ์ด๋ผ๊ณ ํ๋ค