Browse Source
- 新增 SpringContext 类,用于存储 Spring 应用上下文 - 在 StartWorkbench 中初始化 SpringContext.HOLDER - 优化代码格式,调整缩进和换行master
2 changed files with 17 additions and 6 deletions
@ -0,0 +1,11 @@ |
|||||
|
package com.yvan.workbench; |
||||
|
|
||||
|
import org.springframework.context.ApplicationContext; |
||||
|
|
||||
|
/** |
||||
|
* 作者:lizw <br/> |
||||
|
* 创建时间:2025/07/01 13:25 <br/> |
||||
|
*/ |
||||
|
public class SpringContext { |
||||
|
public static ApplicationContext HOLDER; |
||||
|
} |
||||
Loading…
Reference in new issue