10 2019 档案

摘要:mybatis doc:https://mybatis.org/mybatis-3/zh/java-api.html#directoryStructure 使用Mybatis进行连表查询、left join:https://blog.csdn.net/jinzhencs/article/detail 阅读全文
posted @ 2019-10-30 14:38 程序生(Codey) 阅读(375) 评论(0) 推荐(0) 编辑
摘要:1.Map方法 获取map的key和value的方法 参考:https://blog.csdn.net/zj20142213/article/details/79264840 2.Mybatis Plus 新增数据后返回新增数据的id 后面会写一篇随笔对Mybatis Plus的做详细记录 阅读全文
posted @ 2019-10-30 11:17 程序生(Codey) 阅读(204) 评论(0) 推荐(0) 编辑
摘要:springboot启动问题 1.@Autowired报错Could not autowire. No beans of xxx 解决:只需在DAO接口加上@Component 或者 @Repository 参考:https://blog.csdn.net/Mr_EvanChen/article/d 阅读全文
posted @ 2019-10-30 10:34 程序生(Codey) 阅读(283) 评论(0) 推荐(0) 编辑
摘要:安装RabbitMQ:https://blog.csdn.net/hellozpc/article/details/81436980 搭建RabbitMQ环境3.1.下载下载地址:http://www.rabbitmq.com/download.html 3.2.windows下安装3.2.1.安装 阅读全文
posted @ 2019-10-29 23:23 程序生(Codey) 阅读(118) 评论(0) 推荐(0) 编辑
摘要:安装部署:https://blog.csdn.net/weixin_42831477/article/details/82229436 Jrebel不生效的原因和解决办法:https://www.cnblogs.com/grey-wolf/p/9933899.html 补充一点参考文章没提到的 每次 阅读全文
posted @ 2019-10-28 14:56 程序生(Codey) 阅读(305) 评论(0) 推荐(0) 编辑
摘要:1. @Api:用在请求的类上,说明该类的作用 示例: 2. @ApiOperation:用在请求的方法上,说明方法的作用 示例: 3. @ApiImplicitParams:用在请求的方法上,包含一组参数说明 示例: 4. @ApiResponses:用于请求的方法上,表示一组响应 示例: 5. 阅读全文
posted @ 2019-10-24 16:47 程序生(Codey) 阅读(2308) 评论(0) 推荐(0) 编辑
摘要:来记录一下springBoot使用频率较高的注解 @Component 没有明确角色的组件 @Service 在业务逻辑层(Service层)使用 @Repositpry 在数据访问层(dao层)使用 @Controller 用于标注控制层组件 @RestController 还有一些swagger 阅读全文
posted @ 2019-10-24 14:38 程序生(Codey) 阅读(146) 评论(0) 推荐(0) 编辑
摘要:文档:https://www.springcloud.cc/spring-cloud-dalston.html#_features 一年了,我们都用 Spring Cloud 干了啥?:https://www.jianshu.com/p/de272f28482d 阅读全文
posted @ 2019-10-23 18:14 程序生(Codey) 阅读(103) 评论(0) 推荐(0) 编辑
摘要:SpringBoot Git:https://github.com/spring-projects/spring-boot Maven (mvn)环境配置: 下载地址:http://maven.apache.org/download.cgi 配置环境变量 新建系统变量 MAVEN_HOME,变量值: 阅读全文
posted @ 2019-10-23 18:13 程序生(Codey) 阅读(216) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示