commit | 173e3b441b3ee5f4cacf41080bef75186e70688f | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周三 4月 24 11:55:35 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 4月 24 11:55:35 2019 +0800 |
tree | 7aa6a09e7f2bc57174960f619cfe1f016d43a8a4 | |
parent | 5cd2b5657895338eef4104f2974e2768866d13a2 [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 {