๋ฐ์ํ
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
๋ฐ์ํ