뭐부터 시작해야할지 모르겠다.

일단 Spring MVC로 세팅해야겠다.

Getting Start 사이트를 참고 했다.

https://spring.io/guides/gs/serving-web-content/

이상하게 화이트라벨이 뜨고, 컨트롤러 매핑이 안되었다. 그래서 찾아보니

Controller 의 package를 만들 때 꼭 SpringBootApplication main이 있는 패키지의 아래경로로 만들어야한다.

rest docs는 test 기반이라는 것은 알기 때문에,

junit5 세팅을 한다.

https://www.baeldung.com/junit-5

test 작성이 용의하게 live template 세팅해준다.

https://eomdev.tistory.com/12

MockMvc 세팅한다