springboot validation 統一返回錯誤信息

首先引入springboot包 compile group: 'org.springframework.boot', name: 'spring-boot-starter-validation' 然後創建一個實體類 @Setter @Getter public class CountryBo { @NotNull(message = "{region.error.null}") @
相關文章
相關標籤/搜索