commit | ead9b1896699a4fc01b6dc96f8f196f397ce2825 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 6月 28 14:03:47 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 6月 28 14:03:47 2019 +0800 |
tree | b98afc538dad3aa4f0a5a2d256dc4b7b13883bc7 | |
parent | 1110448b9a0a11c40053ba4850592ad1bd8c815a [diff] [blame] |
增加了spring cloud consul 配置
diff --git a/build.gradle b/build.gradle index 5685846..8146c48 100644 --- a/build.gradle +++ b/build.gradle
@@ -38,6 +38,8 @@ implementation 'org.jetbrains.kotlin:kotlin-reflect' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' + implementation 'org.springframework.cloud:spring-cloud-starter-consul-discovery:2.1.2.RELEASE' + implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' implementation 'org.postgresql:postgresql:42.2.5'