qdbp-ableqdbp 的基础工具类
qdbp-able 是 qdbp 的基础能力及基础工具类, 不依赖任何第三方 JAR 包
qdbp-tools 包含了 excel/http/json/ognl/cache 等工具类
MAVEN仓库地址
- https://mvnrepository.com/artifact/com.gitee.qdbp/qdbp-able
- https://mvnrepository.com/artifact/com.gitee.qdbp/qdbp-tools
<dependency> <groupId>com.gitee.qdbp</groupId> <artifactId>qdbp-able</artifactId> <version>5.2.4</version> </dependency> <dependency> <groupId>com.gitee.qdbp</groupId> <artifactId>qdbp-tools</artifactId> <version>5.2.4</version> </dependency>
评论