commit | 40a96f2aea365c5c04626f8c88538556587f8cd8 | [log] [tgz] |
---|---|---|
author | qiaowei <jov123@163.com> | 周三 6月 26 15:37:57 2019 +0800 |
committer | qiaowei <jov123@163.com> | 周三 6月 26 15:37:57 2019 +0800 |
tree | bcae85804198925733445fe1623cda45ae965a8b | |
parent | ea5744baeced5bc37124b71c077866a09e24724d [diff] [blame] |
多租户配置
diff --git a/build.gradle b/build.gradle index 72ec3a0..96a615d 100644 --- a/build.gradle +++ b/build.gradle
@@ -53,7 +53,7 @@ implementation group: 'taglibs', name: 'standard', version: '1.1.2' implementation group: 'commons-codec', name: 'commons-codec', version: '1.6' implementation files('libs/ojdbc6.jar') - + implementation 'commons-dbcp:commons-dbcp:1.4' annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"