commit | 9e4d0e355b1034a0ac4dd03a52248e41193651af | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 12月 20 23:32:52 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 12月 20 23:32:52 2019 +0800 |
tree | 0780be46a93948b3e0f74154992533ebf3d3d665 | |
parent | d0f4414bdd3bef134f3a7404ba7bdf45471bd0e4 [diff] [blame] |
增加了multi-tenant-core, multi-tenant-datasource ,未完全测试
diff --git a/multi-tenant-core/build.gradle b/multi-tenant-core/build.gradle new file mode 100644 index 0000000..b456c6e --- /dev/null +++ b/multi-tenant-core/build.gradle
@@ -0,0 +1,9 @@ +plugins { + id 'java' + id 'org.springframework.boot' +} + +dependencies { + implementation "org.springframework:spring-webmvc" + implementation "javax.servlet:javax.servlet-api:${javaxServletVersion}" +} \ No newline at end of file