04 2023 档案
使用Maven插件jaxb2-maven-plugin,xml生成JavaBean
摘要:1、使用 trang.jar生成xsd文件 java -jar trang.jar test.xml test.xsd tarng.jar下载链接:https://note.youdao.com/s/7qYsVXtQ 2、使用maven插件生成实体 在pom.xml文件中添加以下配置即可: <bui
阅读全文
Lz4 解压缩工具类
摘要:1、引入依赖 <dependency> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> 2、工具类 p
阅读全文