摘要: 传送门:https://juejin.cn/post/7181371739757084729 阅读全文
posted @ 2023-09-08 18:30 悟空为师想要吃肉 阅读(7) 评论(0) 推荐(0)
摘要: 传送门:https://blog.csdn.net/weixin_39851914/article/details/110462252 阅读全文
posted @ 2022-07-08 09:25 悟空为师想要吃肉 阅读(12) 评论(0) 推荐(0)
摘要: 传送门:https://blog.csdn.net/zl1zl2zl3/article/details/110987968 @Cacheable和redis集成使用:https://blog.csdn.net/qiuweifan/article/details/124924531 1 # 解决异常 阅读全文
posted @ 2022-06-16 16:27 悟空为师想要吃肉 阅读(55) 评论(0) 推荐(0)
摘要: Map<String,String> map = new HashMap<>();map.put("aaa","bbb");JSONObject jsonObj = new JSONObject();jsonObj.put("a", map);Map<String,String> list2 = j 阅读全文
posted @ 2021-03-16 16:35 悟空为师想要吃肉 阅读(251) 评论(0) 推荐(0)
摘要: @CrossOriginpublic class HqProController {} 阅读全文
posted @ 2021-01-23 14:02 悟空为师想要吃肉 阅读(44) 评论(0) 推荐(0)
摘要: nacos为注册中心 spring: main: allow-bean-definition-overriding: true profiles: active: dev application: name: nacos-credit cloud: nacos: discovery: server- 阅读全文
posted @ 2020-09-10 11:18 悟空为师想要吃肉 阅读(159) 评论(0) 推荐(0)
摘要: import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework 阅读全文
posted @ 2020-08-17 15:06 悟空为师想要吃肉 阅读(148) 评论(0) 推荐(0)
摘要: /** * 合同URL转换-空白合同(服务器加了白名单) * @return * @throws IOException */ @RequestMapping(value = "/yunji/agreement/get_template", method = RequestMethod.GET) p 阅读全文
posted @ 2020-05-20 15:38 悟空为师想要吃肉 阅读(333) 评论(0) 推荐(0)
摘要: public ResponseEntity<byte[]> download(String path) throws IOException { // 找到对应真实的URL String httpUrl = "http://a2.att.hudong.com/36/48/19300001357258 阅读全文
posted @ 2020-05-20 12:18 悟空为师想要吃肉 阅读(101) 评论(0) 推荐(0)
摘要: 传送门:https://www.runoob.com/redis/redis-install.html http://download.redis.io/releases/redis-5.0.5.tar.gz # 安装步骤:tar -zxvf redis-5.0.5.tar.gzcd redis-5 阅读全文
posted @ 2020-03-30 10:04 悟空为师想要吃肉 阅读(102) 评论(0) 推荐(0)