-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1231 wblu/feishu reader fix #340
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # community/document-readers/feishu-document-reader/pom.xml # community/document-readers/feishu-document-reader/src/main/java/com/alibaba/cloud/ai/reader/feishu/FeiShuDocumentReader.java
# Conflicts: # community/document-readers/feishu-document-reader/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -29,6 +28,7 @@ | |||
<version>0.0.1-SNAPSHOT</version> | |||
<name>feishu-document-reader</name> | |||
<description>FeiShu Reader for Spring AI Alibaba</description> | |||
<packaging>jar</packaging> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不需要吧?
|
||
<build> | ||
<plugins> | ||
<plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么删除插件?这会导致打出来的 jar 包不能运行
@@ -22,31 +22,57 @@ | |||
import com.lark.oapi.service.docx.v1.model.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
考虑下使用增量引入,不要用全量
1231 wblu/feishu reader fix