Spring boot - Vue.js 연동 기준


라우터에 history mode 옵션을 주면 메인을 제외하고는 없는 페이지라고 떴다.




@RequestMapping(value = "{path:[^\\\\.]*}",

method = {RequestMethod.POST, RequestMethod.GET})

public String html5Forwarding() {

return "forward:/index.html";

}




Path value를 저렇게 주면 vue.js url로 잘 넘어감..

아직까진 잘 되는데 문제 생기면 포스팅 수정하는걸로..