mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-28 13:18:54 +08:00 
			
		
		
		
	- Introducing Spring Boot dependency management platform - Adding Spring Boot automatic configuration module - Keep existing project dependency structure unchanged
		
			
				
	
	
		
			8 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| dependencies {
 | |
|     implementation(project(Modules.Core.EXTENSION))
 | |
|     implementation(platform(libs.springBootDependencies.bom))
 | |
|     implementation(libs.springBoot.autoconfigure)
 | |
|     kapt(libs.springBoot.configuration.processor)
 | |
|     compileOnly(libs.springBootStarter.web)
 | |
| }
 |