- message Table 관리
https://phrase.com/blog/posts/database-stored-messages-for-i18n-in-spring-boot/
https://orktw.tistory.com/69
- message yaml파일로 관리// https://mvnrepository.com/artifact/net.rakugakibox.util/yaml-resource-bundle implementation 'net.rakugakibox.util:yaml-resource-bundle:1.4'
// https://mvnrepository.com/artifact/dev.akkinoc.util/yaml-resource-bundle
implementation 'dev.akkinoc.util:yaml-resource-bundle:2.0.2'
https://minddong.tistory.com/m/24
https://daddyprogrammer.org/post/499/springboot2-exception-handling-with-messagesource/
https://velog.io/@latte_h/Springboot-%EC%9B%B9%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-10-%EB%8B%A4%EA%B5%AD%EC%96%B4-%EC%B2%98%EB%A6%AC
- messageSource 동작 방식
https://kdevkr.github.io/all-message-codes-in-spring-boot/
'spring-boot' 카테고리의 다른 글
include & exclude Filter Example (0) | 2022.02.10 |
---|---|
using external yaml file (spring.config.import) (0) | 2022.01.20 |
spring-boot In-memory DB (hsqldb) (0) | 2021.08.29 |
Spring HandlerMethodArgumentResolver (0) | 2021.08.18 |
생성자 주입 권장 (0) | 2021.08.18 |