Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luomu32/config-server-console
config server console base on spring cloud config style
https://github.com/luomu32/config-server-console
config-management spring-cloud-config
Last synced: 22 days ago
JSON representation
config server console base on spring cloud config style
- Host: GitHub
- URL: https://github.com/luomu32/config-server-console
- Owner: luomu32
- License: apache-2.0
- Created: 2018-12-07T05:44:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:29:59.000Z (about 2 years ago)
- Last Synced: 2023-03-02T13:01:00.337Z (almost 2 years ago)
- Topics: config-management, spring-cloud-config
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# config server console
配置中心管理台- 支持多种数据源
- ZooKeeper
- Git
- Consul
- 支持profile
- 加密## TODO
- [x] 全局化的Jackson反序列化配置,日期格式的格式指定,包括Java8的LocalDateTime等
- [x] 全局化的日期Formatter
- [ ] 实体验证失败的,全局默认异常处理器
- [ ] JPA实体类的审计,@CreatedBy等
- [x] Pageable参数直接实例化
- [x] 多种JPA高级查询方式的支持
- [ ] JPA,ID默认生成策略的配置,目前MySQL默认采用table的方式,除非手动指定自增的方式