spring webflux vue 404 error
spring application과 vue를 같은 프로젝트로 배포할 때 vue history mode로 설정하고 spring application은 아래와 같이 설정해줘야됨. @Component @Order(-2) public class GlobalErrorWebExceptionHandler extends AbstractErrorWebExceptionHandler { public GlobalErrorWebExceptionHandler(ErrorAttributes errorAttributes, WebProperties.Resources resources, ApplicationContext applicationContext , ServerCodecConfigurer serverCodecConfigurer) ..
개발
2023. 2. 13. 08:26