mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 13:36:38 +08:00
build(forgeboot-webmvc): Add Spring Boot Dependencies
- Introducing Spring Boot dependency management platform - Adding Spring Boot automatic configuration module - Keep existing project dependency structure unchanged
This commit is contained in:
parent
806cefd248
commit
6c30120016
@ -1,5 +1,7 @@
|
||||
dependencies {
|
||||
implementation(project(Modules.Core.EXTENSION))
|
||||
implementation(platform(libs.springBootDependencies.bom))
|
||||
implementation(libs.springBoot.autoconfigure)
|
||||
kapt(libs.springBoot.configuration.processor)
|
||||
compileOnly(libs.springBootStarter.web)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user