mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-30 07:14:23 +08:00 
			
		
		
		
	- Move the TraceProperties.kt file from the forgeboot-trace-impl module to the forgeboot-trace-api module - Update package references in related modules - Add necessary dependencies in the forgeboot-trace-api module
		
			
				
	
	
		
			6 lines
		
	
	
		
			170 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			170 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| dependencies {
 | |
|     compileOnly(platform(libs.springBootDependencies.bom))
 | |
|     compileOnly(libs.springBootStarter.web)
 | |
|     kapt(libs.springBoot.configuration.processor)
 | |
| }
 |