commit | fd9ae535761307b18d10e4bc3d585c67ec51f514 | [log] [tgz] |
---|---|---|
author | linqing.he <jackey3316@gmail.com> | 周二 5月 14 10:29:01 2019 +0800 |
committer | linqing.he <jackey3316@gmail.com> | 周二 5月 14 10:35:04 2019 +0800 |
tree | 573e9bdd133c098e5aac9a2088f3db6e0fcbfc7c | |
parent | e71d32d9019c78a23ff09fd5c31dd089e9865390 [diff] [blame] |
supbase 0.1基础版 spring boot 2.0 alibaba druid 初级的权限管理 基础的增删改查模板
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..86adae2 --- /dev/null +++ b/settings.gradle
@@ -0,0 +1,6 @@ +pluginManagement { + repositories { + gradlePluginPortal() + } +} +rootProject.name = 'supbase'