mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-31 13:06:40 +08:00 
			
		
		
		
	 fc8bea06b3
			
		
	
	
		fc8bea06b3
		
	
	
	
	
		
			
			- Added MethodRecording annotation to record method execution information - Implement MethodRecordingAspect for method recording - Add LoggerAutoConfiguration Automatic Configuration Class - Introduce CoroutineLogger coroutine log object - Update dependencies and configure Spring Boot AOP
		
			
				
	
	
		
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| extra {
 | |
|     // 需要SpringBootBom
 | |
|     setProperty(ProjectFlags.USE_SPRING_BOOT_BOM, true)
 | |
| }
 | |
| dependencies {
 | |
|     implementation(project(Modules.Core.EXTENSION))
 | |
|     implementation(libs.springBootStarter.aop)
 | |
| 
 | |
|     implementation(libs.kotlinxCoroutines.reactor)
 | |
| 
 | |
|     compileOnly(libs.springBootStarter.web)
 | |
| }
 |