bean validation Locale 수정

bean validation Locale 수정

1
2
3
4
5
6

@BeforeEach
void before() {
Locale.setDefault(Locale.US);
}

참고자료