Open
Conversation
[具体实现] 1.所有的DTO,请求和返回定义。 2.数据使能所有接口开源和商业版实现。 3.商业版对接oms的所有client实现。 4.nacos配置及密码和机机接口token获取脚本实现。
[具体实现] 1.LogManagementService修改为LogService,修改对应开源和商业实现。 2.将KmcConfig下沉到开源实现中,解除循环依赖(api包依赖开源包,开源包依赖api包)问题。 3.删除EnterpriseService。
[具体实现] 1.将SDK的实现和配置下沉到enterprise-api中。 2.输出接口文档。
[具体实现] 1.修复pom文件 2.添加证书路径支持配置。 3.添加机机token重试机制。
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.
[feat]Terrabase框架初步实现,加解密接口实现。
[具体实现]:1. 目前开源版实现了多种加解密算法。商业版打桩。
2. 是否加载商业版是通过./lib中是否有对应的jar包来判断的。
[测试结果]:自验证通过。