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

支持通过 Web 页面配置相关填充操作 #238

Open
Createsequence opened this issue Mar 21, 2024 · 3 comments
Open

支持通过 Web 页面配置相关填充操作 #238

Createsequence opened this issue Mar 21, 2024 · 3 comments
Labels
enhancement New feature or request worth trying Features or improvements that are worth trying but not necessarily achievable

Comments

@Createsequence
Copy link
Collaborator

在扩展组件中提供一个 Web 管理页面,用于为项目配填充操作。

这个功能的核心在于如何通过页面组件描述一个 BeanOperations 所必须的属性,以及如何将生成的 BeanOperations 进行持久化存储。

这是个有意思的需求,不过优先级非常低。

@Createsequence Createsequence added enhancement New feature or request worth trying Features or improvements that are worth trying but not necessarily achievable labels Mar 21, 2024
@Createsequence Createsequence modified the milestone: release 2.8.0 Mar 21, 2024
@6LWa6ZKx
Copy link

可以引入redis,将数据源持久化到redis中,同时也能满足这个需求。

1 similar comment
@6LWa6ZKx
Copy link

可以引入redis,将数据源持久化到redis中,同时也能满足这个需求。

@Createsequence
Copy link
Collaborator Author

可以引入redis,将数据源持久化到redis中,同时也能满足这个需求。

直接使用 redis 存序列化后的配置对象也是一个方案,不过相比起解析成 json 格式的配置文件感觉通用性不够强,而且毕竟要考虑到通过页面配置,序列化以后的格式最好还得保持可读性。

当然,现在都只是一个粗糙的想法,后面有机会再慢慢完善吧。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request worth trying Features or improvements that are worth trying but not necessarily achievable
Projects
None yet
Development

No branches or pull requests

2 participants