I just start a new project based on Spring boot 2 + Webflux. On upgrading version of spring boot and replace spring-boot-starter-web with spring-boot-starter-webflux classes like
- WebMvcConfigurerAdapter
- LocaleResolver
- LocaleChangeInterceptor
are missing. How now can I configure defaultLocale, and interceptor to change the language?