上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页
摘要: mybatis-plus主键策略用自动增长的话,传入的实体类即使带有id,也不会把id插入,而是自动增长。 这时候需要自己写sql语句插入。 而mybatis-genetor不同担心这个问题,自己会分辨 阅读全文
posted @ 2020-10-14 10:46 M号开发者 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/mail_osc/templatespider 阅读全文
posted @ 2020-09-16 17:32 M号开发者 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 需要安装依赖 https://blog.csdn.net/Day_Day_No_Bug/article/details/104117213 阅读全文
posted @ 2020-09-16 17:04 M号开发者 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 在serve.xml中,不仅要修改port 8080 ,还要修改关闭端口 8005 阅读全文
posted @ 2020-09-16 16:26 M号开发者 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/studyhard-cq/p/11547290.html SecureCRT 连接 Centos7.0 (桥接模式),且能连接公网。 1、查看本地网络信息 ip:172.20.10.7 2、在VMware下配置Centos为桥接模式: 3、在Cento 阅读全文
posted @ 2020-07-29 09:33 M号开发者 阅读(667) 评论(0) 推荐(0) 编辑
摘要: http://shengouqiang.cn/Swagger/SwaggerDocumentLearnDay05/ 阅读全文
posted @ 2020-07-22 09:50 M号开发者 阅读(176) 评论(0) 推荐(0) 编辑
摘要: @EnableConfigurationProperties @ConfigurationProperties @EnableCaching @Primary:自动装配时当出现多个Bean候选者时,被注解为@Primary的Bean将作为首选者,否则将抛出异常@Autowired 默认按类型装配,如 阅读全文
posted @ 2020-06-09 16:24 M号开发者 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1. nacos持久化到mysql不支持8.0 ,要修改源码,使用5.7最方便 阅读全文
posted @ 2020-06-04 16:23 M号开发者 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 在uniapp页面的srcipt中加入, onShareAppMessage: function(e) { let title = 'xxxx小程序' return { title: title, path: 'pages/index/index' } } 阅读全文
posted @ 2020-06-03 00:14 M号开发者 阅读(2179) 评论(0) 推荐(0) 编辑
摘要: 不是不生效,遇到异常才降级,和熔断器的时间等配置无关。 而@hryxicomd注解,和这些熔断配置有关系,走的单独线程池 feign服务降级,走的是公共线程池 把生产者停了可以看到效果 阅读全文
posted @ 2020-05-13 15:59 M号开发者 阅读(4195) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页