mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 03:38:54 +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
106 B
Plaintext
9 lines
106 B
Plaintext
extra {
|
|
// 标记为根项目
|
|
setProperty(ProjectFlags.IS_ROOT_MODULE, true)
|
|
}
|
|
|
|
dependencies {
|
|
|
|
}
|