摘要: Http Client结果验证: #> {% #client.test("test-hello", function() {//test-hello是测试名字 # client.log("测试/hello接口"); # client.log(response.body); # client.log( 阅读全文
posted @ 2021-11-09 23:36 李林林 阅读(100) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 23:25 李林林 阅读(1384) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 23:21 李林林 阅读(50) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 23:19 李林林 阅读(28) 评论(0) 推荐(0)
摘要: 接口一般放在Controller层: @ResponseBody用来返回字符串或JSON对象 阅读全文
posted @ 2021-11-09 23:18 李林林 阅读(60) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 22:55 李林林 阅读(87) 评论(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 李林林 阅读(71) 评论(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 李林林 阅读(157) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 00:18 李林林 阅读(39) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-09 00:02 李林林 阅读(23) 评论(0) 推荐(0)