摘要: Http Client结果验证: #> {% #client.test("test-hello", function() {//test-hello是测试名字 # client.log("测试/hello接口"); # client.log(response.body); # client.log( 阅读全文
posted @ 2021-11-09 23:36 李林林 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-09 23:25 李林林 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-09 23:21 李林林 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-09 23:19 李林林 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 接口一般放在Controller层: @ResponseBody用来返回字符串或JSON对象 阅读全文
posted @ 2021-11-09 23:18 李林林 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-09 22:55 李林林 阅读(85) 评论(0) 推荐(0) 编辑
摘要: package com.jiawa.wiki.config; import org.mybatis.spring.annotation.MapperScan; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.sp 阅读全文
posted @ 2021-11-09 22:51 李林林 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 1.区别:2.2.X版本,可以识别logback.xml,到2.3后只能用logback-spring.xml,将logback-spring.xml放到resources下会自动识别, 不需要额外的配置,代码如下: <?xml version="1.0" encoding="UTF-8"?> <c 阅读全文
posted @ 2021-11-09 22:47 李林林 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-09 00:18 李林林 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-09 00:02 李林林 阅读(17) 评论(0) 推荐(0) 编辑