mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 19:12:10 +08:00
feat(build): Add forgeboot-context module
- Added a Context object, defining the module path related to forgeboot-context -Includes four submodules: starter, api, impl and autoconfigure
This commit is contained in:
parent
6c30120016
commit
c3f4b6973c
@ -7,6 +7,12 @@
|
|||||||
*/
|
*/
|
||||||
object Modules {
|
object Modules {
|
||||||
|
|
||||||
|
object Context{
|
||||||
|
const val STARTER = ":forgeboot-context-spring-boot-starter"
|
||||||
|
const val API = ":forgeboot-context-spring-boot-starter:forgeboot-context-api"
|
||||||
|
const val IMPL = ":forgeboot-context-spring-boot-starter:forgeboot-context-impl"
|
||||||
|
const val AUTOCONFIGURE = ":forgeboot-context-spring-boot-starter:forgeboot-context-autoconfigure"
|
||||||
|
}
|
||||||
object Webmvc {
|
object Webmvc {
|
||||||
const val STARTER = ":forgeboot-webmvc-spring-boot-starter"
|
const val STARTER = ":forgeboot-webmvc-spring-boot-starter"
|
||||||
const val DTO = ":forgeboot-webmvc-spring-boot-starter:forgeboot-webmvc-dto"
|
const val DTO = ":forgeboot-webmvc-spring-boot-starter:forgeboot-webmvc-dto"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user