commit | 9171ea909e3ab276b38d241411b56ae8b5030c88 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周三 4月 24 11:55:35 2019 +0800 |
committer | Xia Kaixiang <kaixiang.xia@supwisdom.com> | 周一 3月 16 09:56:21 2020 +0800 |
tree | 7aa6a09e7f2bc57174960f619cfe1f016d43a8a4 | |
parent | 8c2e3c1ec32154caec700f2a6a4ad199b73b3f62 [diff] [blame] |
修改 jwt 的bug, 更新了单元测试功能,增加 RestAssured 测试代码
diff --git a/build.gradle b/build.gradle index ea76826..b5f6ed8 100644 --- a/build.gradle +++ b/build.gradle
@@ -57,6 +57,9 @@ providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' testImplementation 'org.springframework.boot:spring-boot-starter-test' + testImplementation 'io.rest-assured:rest-assured:3.3.0' + testImplementation 'io.rest-assured:spring-mock-mvc:3.3.0' + testImplementation 'org.hamcrest:hamcrest:2.1' } compileKotlin {