Spring REST Docs ๊ฐํ ๋ฐ๋ก ๊ฐํ ๋ฌธ์๋ฅผ ์
๋ ฅํ๋ฉด ์๋๊ณ , ๋ฌธ์์ด์์ + ๋ช
์ ํ \n ์
๋ ฅ // ๊ฐํ์ ๋ฌธ์์ด์ ํ์นธ(์คํ์ด์ค) ๋๊ณ + ์
๋ ฅ // ๊ทธ๋ฆฌ๊ณ ๊ฐํ ๋ฌธ์๋ฅผ ๋ฐ๋ก "\n" parameterWithName("name").description("This is the description +" + "\n" + "in the table."), // ์๋๋ ๋ฒ์ parameterWithName("name").description("This is the description \n in the table."), ๐ Reference ๋๋ณด๊ธฐ https://stackoverflow.com/questions/66405730/when-using-spring-rest-docs-how-do-i-make..