随笔分类 -  springboot+maven

摘要: 阅读全文
posted @ 2019-07-20 09:18 ThisCall 阅读(458) 评论(0) 推荐(0) 编辑
摘要:下面的对缓存服务器有弊端,不行 下面的几乎没人用 阅读全文
posted @ 2019-07-20 08:55 ThisCall 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-18 20:50 ThisCall 阅读(113) 评论(0) 推荐(0) 编辑
摘要:package com.自定义.mall.admin.system; import java.util.List; import java.util.Map; import javax.annotation.Resource; import org.junit.Test; import com.zjdfwl.mall.admin.base.BaseJunit; impor... 阅读全文
posted @ 2019-07-14 08:23 ThisCall 阅读(1531) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-14 07:19 ThisCall 阅读(150) 评论(0) 推荐(0) 编辑
摘要:后者可读性更好,建议创建类的形式传递 使用场景 PO数据访问层,把数据存到数据库 DTO输出数据库对象 VO用与MVC分离了时渲染层,或子对象,层级之间传递 POJO用于纯java对象之间 DO,DO用于逻辑层 DAO是对数据库曾删改查 pojo JavaBean 简化方案,不实用,不够规范,建议不 阅读全文
posted @ 2019-07-14 06:24 ThisCall 阅读(1758) 评论(0) 推荐(0) 编辑
摘要:dao是访问数据层,dto是数据传出层,po实体类 阅读全文
posted @ 2019-07-14 06:18 ThisCall 阅读(336) 评论(0) 推荐(0) 编辑
摘要:校验规范 最基本的 常用验证注解 举例 阅读全文
posted @ 2019-07-13 18:21 ThisCall 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-13 17:51 ThisCall 阅读(144) 评论(0) 推荐(0) 编辑
摘要:实体类,bean文件,pojo文件夹,model文件夹都一样,这些都是编写实体类,这是我暂时看到的项目文件 阅读全文
posted @ 2019-07-13 16:45 ThisCall 阅读(1568) 评论(0) 推荐(0) 编辑
摘要:https://zhidao.baidu.com/question/428013630.html hhttps://blog.csdn.net/tianmaxingkonger/article/details/84851206(copy 阅读全文
posted @ 2019-07-13 16:35 ThisCall 阅读(13859) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/magi1201/article/details/82226289(copy) 最近学习看一些代码,发现对于发送请求这件事,有的地方用@RequestMapping,有的地方用@PostMapping,为了搞清楚区别,特意查了下spring 源代码,现在特 阅读全文
posted @ 2019-07-13 14:58 ThisCall 阅读(1121) 评论(0) 推荐(0) 编辑
摘要:如果热部署不行先看一眼 Project——》Build Automatically 看这个有没有打对勾,这是热部署的依赖 阅读全文
posted @ 2019-07-13 14:16 ThisCall 阅读(146) 评论(0) 推荐(0) 编辑
摘要:错误 正确 阅读全文
posted @ 2019-07-13 11:08 ThisCall 阅读(1455) 评论(0) 推荐(0) 编辑
摘要:@RunWith(SpringRunner.class) @SpringBootTest public class RabbitMqTest { @Autowired RabbitMqSender rabbitMqSender; @Autowired IUserBaseInfoService userBaseInfoService; ... 阅读全文
posted @ 2019-07-13 10:49 ThisCall 阅读(3528) 评论(0) 推荐(0) 编辑
摘要:把包安装好,然后配好,然后运行就可以了 阅读全文
posted @ 2019-07-13 10:45 ThisCall 阅读(492) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u014044812/article/details/84256764( 阅读全文
posted @ 2019-07-11 15:40 ThisCall 阅读(172) 评论(0) 推荐(0) 编辑
摘要:关于Springboot打包错误的问题 | Failed to execute goal org.springframework.boot:spring-boot-maven-plugin https://blog.csdn.net/qq_30553235/article/details/79094 阅读全文
posted @ 2019-07-11 10:02 ThisCall 阅读(21758) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/mousede/article/details/81285693 https://blog.csdn.net/weixin_42194143/article/details/80350623 这个更重要,都要看 配置环境需要的插件 https://www. 阅读全文
posted @ 2019-07-11 09:31 ThisCall 阅读(195) 评论(0) 推荐(0) 编辑
摘要:ECLipse软件需要安装 YEdit (支持yml文件),和spring tool https://blog.csdn.net/IBLiplus/article/details/82193114 阅读全文
posted @ 2019-07-10 14:15 ThisCall 阅读(131) 评论(0) 推荐(0) 编辑