redis、xxljob、easyexcel新增功能#319
Merged
JiazhenBao merged 5 commits intonetease-lcap:mainfrom Nov 27, 2025
Merged
Conversation
Contributor
|
关联ACTION 存在多处package修改: EasyExcel涉及的修改: └── EasyExcel
├── src
│ └── main
│ └── java
│ └── com
│ └── netease
│ └── lowcode
│ └── extensions
│ └── EasyExcelTools.java
└── pom.xml
itextpdf-tool涉及的修改: └── itextpdf-tool
├── jar
│ ├── nasl-metadata-collector-0.12.0
│ │ └── nasl-metadata-collector-0.12.0
│ │ ├── install.bat
│ │ ├── install.sh
│ │ └── nasl-metadata-collector-0.12.0.jar
│ └── nasl-metadata-maven-plugin-1.5.1
│ ├── install.bat
│ ├── install.sh
│ ├── nasl-metadata-maven-plugin-1.5.1.jar
│ └── nasl-metadata-maven-plugin-1.5.1.pom
├── pom.xml
├── src
│ └── main
│ ├── java
│ │ └── com
│ │ └── netease
│ │ └── lowcode
│ │ └── lib
│ │ ├── ItextpdfToolBasicSpringEnvironmentConfiguration.java
│ │ ├── LibraryAutoScan.java
│ │ ├── api
│ │ │ └── ItextPdfApi.java
│ │ ├── enums
│ │ │ ├── BaseColorEnum.java
│ │ │ ├── ElementAlignEnum.java
│ │ │ ├── FontStyleEnum.java
│ │ │ └── RectangleEnum.java
│ │ ├── file
│ │ │ ├── Base64Util.java
│ │ │ ├── FileConnectorUtils.java
│ │ │ └── UploadResponseDTO.java
│ │ ├── itextpdf
│ │ │ ├── BaseFontBuilder.java
│ │ │ ├── PdfBuilderUtil.java
│ │ │ └── PdfDocumentBuilder.java
│ │ └── structure
│ │ ├── ITextCellStructure.java
│ │ ├── ITextChunkStructure.java
│ │ ├── ITextFontStructure.java
│ │ ├── ITextImageStructure.java
│ │ ├── ITextListStructure.java
│ │ ├── ITextParagraphStructure.java
│ │ ├── ITextPhraseStructure.java
│ │ └── ITextTableStructure.java
│ └── resources
│ └── META-INF
│ └── spring.factories
└── README.md
redis-template-tool涉及的修改: └── redis-template-tool
├── src
│ └── main
│ └── java
│ └── com
│ └── netease
│ └── lib
│ └── redistemplatetool
│ └── util
│ ├── RedisTool.java
│ └── SimpleRoundRobinAssigner.java
└── pom.xml
xxljob-tool涉及的修改: └── xxl-job
├── src
│ └── main
│ └── java
│ └── com
│ └── netease
│ └── lowcode
│ └── xxljob
│ ├── task
│ │ └── InterfaceJobHandler.java
│ └── util
│ └── NamingUtils.java
└── pom.xml
资产共建大赛提交内容中原有的截图,现升级为依赖库使用说明文档。现交内容包括
tips:README.md和依赖库使用文档说明.docx需要保持文件名称不动。后续我们会对提交的PR自动校验目录结构~ |
Collaborator
Author
|
这是来自QQ邮箱的回复邮件。你好,我已收到邮件,会尽快给你回复。谢谢
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.