EasyExcel Validator簡單實踐

2021-10-16 15:16:23 字數 552 閱讀 1350

總結使用 阿里巴巴開源 easyexcel+validator資料校驗的乙個簡單實踐,後續可根據自己需要進行模組化封裝

**如下(示例):

<

!-- easyexcel工具包 --

>

com.alibaba<

/groupid>

easyexcel<

/artifactid>

2.2.2

<

/version>

<

/dependency>

<

!-- validation 引數校驗神器 --

>

org.springframework.boot<

/groupid>

spring-boot-starter-validation<

/artifactid>

<

/dependency>

匯入匯出簡單示例。

可以根據自己想買需要自行封裝返回響應,捕獲引數校驗異常等等...此處只是簡單demo!

簡單的Apache URL Rewrite例項

下面開始講如何設定url rewrite.apache 伺服器 比如我們有新聞頁 news readmore.php?id 4875 我們要做成靜態頁 news top2007,4875.html 首先進入apache的目錄找到名為httpd.conf的檔案。本站為 apache2.2 conf h...

閉鎖CountDownLatch的簡單實現

public class testcountdownlatch catch exception e finally t.start system.out.println c start.countdown 到達此處時,由於finally中已經呼叫了三次countdown 方法,計數已經是0了 所以此...

springboot整合redis簡單實現

1.引入jar包 org.springframework.boot spring boot starter data redis 2.1.10.release org.apache.commons commons pool2 2.4.3 2.properties 引數配置 spring.redis....