This website requires JavaScript.
Explore
Help
Register
Sign In
wanwu
/
wwjcloud-nest-v1
Watch
1
Star
0
Fork
0
You've already forked wwjcloud-nest-v1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6026e86c7be33f26c1fdd8be245e4e33ee613665
wwjcloud-nest-v1
/
wwjcloud
/
src
/
config
/
modules
/
index.ts
4 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: 完成配置中心重构和命名规范优化 - 重构config层为配置中心架构,支持动态配置管理 - 统一core层命名规范(event-bus→event, circuit-breaker→breaker, domain-sdk→sdk) - 修复数据库连接配置路径问题 - 实现配置中心完整功能:系统配置、动态配置、配置验证、统计 - 优化目录结构,为微服务架构做准备 - 修复TypeScript编译错误和依赖注入问题
2025-08-28 05:19:14 +08:00
// 模块配置导出
export
*
from
'./queue'
;
Release version 0.2.1 - Core infrastructure improvements and documentation updates
2025-08-31 19:50:29 +08:00
export
*
from
'./tracing'
;
feat: 完成配置中心重构和命名规范优化 - 重构config层为配置中心架构,支持动态配置管理 - 统一core层命名规范(event-bus→event, circuit-breaker→breaker, domain-sdk→sdk) - 修复数据库连接配置路径问题 - 实现配置中心完整功能:系统配置、动态配置、配置验证、统计 - 优化目录结构,为微服务架构做准备 - 修复TypeScript编译错误和依赖注入问题
2025-08-28 05:19:14 +08:00
Reference in New Issue
Copy Permalink