mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 19:36:36 +08:00
- Added ApiVersion annotations for version control of controllers and methods - Implement VersionAutoConfiguration automatic configuration class - Add ApiVersionRequestMappingHandlerMapping to handle version mapping - Update build configuration, support Spring Boot and version control - Added Git-related configuration files
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
extra {
|
|
// 标记为根项目
|
|
setProperty(ProjectFlags.USE_SPRING_BOOT_BOM, true)
|
|
setProperty(ProjectFlags.USE_SPRING_BOOT_WEB, true)
|
|
}
|
|
dependencies {
|
|
|
|
}
|