feat(context): 新增业务上下文组件并迁移相关功能
- 创建 `hanserwei-spring-boot-starter-biz-context` 模块,封装为starter供其余模块使用 - 迁移 `HeaderUserId2ContextFilter` 和 `LoginUserContextHolder` 到Starter - 使用 `TransmittableThreadLocal` 替代普通 `ThreadLocal` - 在 `han-note-auth` 中引入新的上下文组件依赖 - 调整包结构和日志输出格式 - 异步任务中验证上下文传递功能正常工作
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<modules>
|
||||
<module>hanserwei-common</module>
|
||||
<module>hanserwei-spring-boot-starter-biz-operationlog</module>
|
||||
<module>hanserwei-spring-boot-starter-biz-context</module>
|
||||
<module>hanserwei-spring-boot-starter-jackson</module>
|
||||
</modules>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user