mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-30 03:08:54 +08:00 
			
		
		
		
	- Added FieldDef class to define field properties - Create Scope enumeration class, define the context storage location - Implement AbstractContext and Context interfaces - Add the ContextFieldContributor interface and the FieldRegistry interface - Implement context processors: HeaderProcessor, GeneratorProcessor, MdcProcessor, ReactorProcessor - Add context filters: ContextServletFilter, ContextWebFilter - Implement the automatic configuration class ForgeContextAutoConfiguration - Add StringContextHolder - Implement the default field registry DefaultFieldRegistry
		
			
				
	
	
		
			41 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			468 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| HELP.md
 | |
| .gradle
 | |
| build/
 | |
| !gradle/wrapper/gradle-wrapper.jar
 | |
| !**/src/main/**/build/
 | |
| !**/src/test/**/build/
 | |
| 
 | |
| ### STS ###
 | |
| .apt_generated
 | |
| .classpath
 | |
| .factorypath
 | |
| .project
 | |
| .settings
 | |
| .springBeans
 | |
| .sts4-cache
 | |
| bin/
 | |
| !**/src/main/**/bin/
 | |
| !**/src/test/**/bin/
 | |
| 
 | |
| ### IntelliJ IDEA ###
 | |
| .idea
 | |
| *.iws
 | |
| *.iml
 | |
| *.ipr
 | |
| out/
 | |
| !**/src/main/**/out/
 | |
| !**/src/test/**/out/
 | |
| 
 | |
| ### NetBeans ###
 | |
| /nbproject/private/
 | |
| /nbbuild/
 | |
| /dist/
 | |
| /nbdist/
 | |
| /.nb-gradle/
 | |
| 
 | |
| ### VS Code ###
 | |
| .vscode/
 | |
| 
 | |
| ### Kotlin ###
 | |
| .kotlin
 |