Skip to content
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

通用es依赖库init;钉钉消息通知连接器bug修复 #285

Merged
merged 4 commits into from
Feb 8, 2025

Conversation

JiazhenBao
Copy link
Collaborator

No description provided.

@JiazhenBao JiazhenBao merged commit 407b186 into netease-lcap:main Feb 8, 2025
1 check failed
Copy link
Contributor

github-actions bot commented Feb 8, 2025

关联ACTION

存在多处package修改:

common-es-search-tool涉及的修改:

└── common-es-search-tool
   ├── pom.xml
   ├── src
   │  ├── main
   │  │  ├── java
   │  │  │  └── com
   │  │  │     └── netease
   │  │  │        └── lowcode
   │  │  │           └── lib
   │  │  │              └── api
   │  │  │                 ├── ElasticsearchApi.java
   │  │  │                 ├── LibraryAutoScan.java
   │  │  │                 ├── config
   │  │  │                 │  ├── CommonEsSearchConfig.java
   │  │  │                 │  └── SortTypeEnum.java
   │  │  │                 ├── dto
   │  │  │                 │  ├── QueryItemsDto.java
   │  │  │                 │  ├── QueryItemsListDto.java
   │  │  │                 │  ├── QueryRequestParam.java
   │  │  │                 │  ├── QueryResultDto.java
   │  │  │                 │  └── SortInfoDto.java
   │  │  │                 ├── spring
   │  │  │                 │  └── CommonEsSearchSpringEnvironmentConfiguration.java
   │  │  │                 └── util
   │  │  │                    ├── ElasticsearchUtil.java
   │  │  │                    └── RestHighLevelClientFactory.java
   │  │  └── resources
   │  │     └── META-INF
   │  │        └── spring.factories
   │  └── test
   │     ├── java
   │     │  └── ElasticsearchApiTest.java
   │     └── resources
   │        └── application.yml
   └── README.md

dd-msg-conn涉及的修改:

└── dd-msg-conn_wjiming_6246
   └── pom.xml

资产共建大赛提交内容中原有的截图,现升级为依赖库使用说明文档。现交内容包括

  1. 依赖库代码本身;2. readme代码说明文档;3. 依赖库使用文档说明。
    其中readme面向开发者,使用文档面向使用者。
    请自己阅读提交作品路径说明。
    https://github.com/netease-lcap/CodeWaveAssetCompetition2024/blob/main/%E8%B5%84%E4%BA%A7%E5%85%B1%E5%BB%BA%E5%A4%A7%E8%B5%9B%E6%8F%90%E4%BA%A4%E5%86%85%E5%AE%B9%E8%AF%B4%E6%98%8E.md

参考作品https://github.com/netease-lcap/CodeWaveAssetCompetition2024/tree/main/demo_bjz_JiazhenBao

tips:README.md和依赖库使用文档说明.docx需要保持文件名称不动。后续我们会对提交的PR自动校验目录结构~

@JiazhenBao
Copy link
Collaborator Author

JiazhenBao commented Feb 8, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant