4 Star 9 Fork 11

纷析云(杭州)科技有限公司/纷析云SAAS多租户快速开发平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
夏悸 提交于 2023-08-09 13:51 . build(merchant): 更新
pluginManagement {
repositories {
mavenLocal()
maven { url 'https://repo.huaweicloud.com/repository/maven/' }
maven { url 'https://repo.spring.io/release/' }
mavenCentral()
gradlePluginPortal()
}
plugins {
id "${sbPluginId}" version "${sbPluginVersion}"
id "${sdmPluginId}" version "${sdmPluginVersion}"
}
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven { url 'https://repo.huaweicloud.com/repository/maven/' }
maven { url 'https://repo.spring.io/release/' }
mavenCentral()
}
}
rootProject.name = 'todolist'
include 'kernel'
include 'admin:admin-server'
findProject(':admin:admin-server')?.name = 'admin-server'
include 'admin:admin-front'
findProject(':admin:admin-front')?.name = 'admin-front'
include 'merchant:merchant-server'
findProject(':merchant:merchant-server')?.name = 'merchant-server'
include 'merchant:merchant-front'
findProject(':merchant:merchant-front')?.name = 'merchant-front'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/flyemu/todolist.git
git@gitee.com:flyemu/todolist.git
flyemu
todolist
纷析云SAAS多租户快速开发平台
master

搜索帮助