04 2022 档案
摘要:根据url请求形式的不同 使用不同的注解 url形式为 @RequestMapping(/request/?test = 1) 使用注解 @RequestParam ,这种叫从请求参数中获取值 url 形式为 @RequestMapping(/request/{test}) 使用@PathVaria
阅读全文
摘要:在主程序入口家加@EnableFeignClients 写一个访问外部服务的接口 @FeignClient(name = "$test", fallbackFactory = testFallbackFactory.class)public interface testClient { @Reque
阅读全文
摘要:模块编译报错内存不足 GC overhead limit exceeded file >settings >build >complier中的shared build process heap size 堆大小改大 代码中用了lombok 插件 idea编译报错 file >settings >bu
阅读全文
摘要:提交前要update 再commit 将代码更新或回退到某一版本 tortoiseSVN-->update to version 更新代码后未提交,放弃修改的代码并更新到最新版本tortoiseSVN >revert 从svn拉代码到idea编译,生成对应的.xml文件会被idea自动修改 怎么改回
阅读全文