commit | fed47b72a4295cefd50b0e69d11dc509a8ebc578 | [log] [tgz] |
---|---|---|
author | haiwang.yang <haiwang.yang@supwisdom.com> | 周二 4月 07 18:23:59 2020 +0800 |
committer | haiwang.yang <haiwang.yang@supwisdom.com> | 周二 4月 07 18:27:02 2020 +0800 |
tree | 7ebc18df9e2fa2629766d76fcab944efeab449d5 | |
parent | fb6fc0b06e0574807a283707801f4c305c37d9ef [diff] [blame] |
大理访客登记微信扫码及管理端界面以及身份证扫码登记界面
diff --git a/build.gradle b/build.gradle index 71be02a..50b7563 100644 --- a/build.gradle +++ b/build.gradle
@@ -65,6 +65,7 @@ implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' + compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12' implementation 'org.postgresql:postgresql:42.2.5' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin'