https://kotlinlang.org logo
Title
u

user

07/20/2022, 7:41 PM
Spring webflux javax constrains i18n not working I've made a simple reactive rest-api and now I'm trying to implement i18n for javax constraints, but it doesn't work like it does with webmvc. I created messages_en and messages_es .properties in the resources folder, added MessageSource and Validator beans from this question How to i18n a Spring RestController on java.validation constraints? but I'm still getting...