随笔分类 -  springboot+maven

摘要: 阅读全文
posted @ 2020-04-18 17:49 ThisCall 阅读(140) 评论(0) 推荐(0) 编辑
摘要:@RequestMapping("cartListVo") public ResultEntity cartListVo(@RequestParam(name = "data", required = true) String data) { GoodsCart goodsCart; try { g 阅读全文
posted @ 2020-03-10 14:33 ThisCall 阅读(344) 评论(0) 推荐(0) 编辑
摘要:http://c.biancheng.net/view/4376.html 阅读全文
posted @ 2020-03-07 08:31 ThisCall 阅读(350) 评论(0) 推荐(0) 编辑
摘要:生成代码后 创建模块包 先放入 实体类 entity的实体类 然后按照 Controller 改成 @RestController extends BaseController 然后是 service 后impl 然后是mapper 后xml 然后更新 代码 阅读全文
posted @ 2019-12-21 11:24 ThisCall 阅读(229) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zeng1994/p/03303c805731afc9aa9c60dbbd32a323.html 阅读全文
posted @ 2019-12-03 12:40 ThisCall 阅读(299) 评论(0) 推荐(0) 编辑
摘要:打包新的jar包 java -jar xx.jar 本地测试后 删除旧的jar包 cd.. #用来返回服务器根目录 ls #显示当前根目录有那些文件 cd /usr/share/tomcat/webapps/ROOT 首次安装jar yum -y install dos2unix* dos2unix 阅读全文
posted @ 2019-11-22 20:09 ThisCall 阅读(1683) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/oppo5630/article/details/80403111 https://www.cnblogs.com/xzmxddx/p/10329718.html https://www.jianshu.com/p/ef07f82b2a0c 阅读全文
posted @ 2019-10-30 14:09 ThisCall 阅读(114) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/limn/p/9923170.html 代码生成器 https://blog.csdn.net/penker_zhao/article/details/84941162 2升级到3 https://blog.csdn.net/moshowgame/ar 阅读全文
posted @ 2019-10-17 14:42 ThisCall 阅读(162) 评论(0) 推荐(0) 编辑
摘要:https://edu.csdn.net/course/play/26164/324383 视频 https://m.aliyun.com/citiao/985664.html //购买服务器 https://www.jianshu.com/p/7cd246f888d8 //购买搭建服务器 http 阅读全文
posted @ 2019-08-22 17:16 ThisCall 阅读(195) 评论(0) 推荐(0) 编辑
摘要:SpringBoot+Maven聚合多项目打包成jar 阅读全文
posted @ 2019-08-22 14:09 ThisCall 阅读(95) 评论(0) 推荐(0) 编辑
摘要:Mapper.xml中 pid = #{pid,jdbcType=INTEGER} pid = #{pid} 都可以用 Mybatis中什么时候应该声明jdbcType? 当Mybatis不能自动识别你传入对象的类型时。 什么情况下,Mybatis不能自动识别我的传入类型? 例如:当你传入空值的时候 阅读全文
posted @ 2019-08-09 11:52 ThisCall 阅读(8748) 评论(0) 推荐(0) 编辑
摘要:https://www.bbsmax.com/A/WpdKnQOm5V/ 实例 http://www.mybatis.org/mybatis-3/zh/dynamic-sql.html 官网 阅读全文
posted @ 2019-08-09 11:44 ThisCall 阅读(165) 评论(0) 推荐(0) 编辑
摘要:在校验一个String类型的变量是否为空时,通常存在3中情况 StringUtils的isBlank()方法可以一次性校验这三种情况,返回值都是true 阅读全文
posted @ 2019-08-08 20:52 ThisCall 阅读(7095) 评论(0) 推荐(0) 编辑
摘要:https://my.oschina.net/liaodo/blog/2988512 阅读全文
posted @ 2019-08-06 19:20 ThisCall 阅读(258) 评论(0) 推荐(0) 编辑
摘要:GoodsCateVO controller /** * 分类列表:递归循环子节点 * * @param childList * @param dataList * @param pId */ public void forChildList(List<GoodsCateVO> childList, 阅读全文
posted @ 2019-08-05 20:41 ThisCall 阅读(251) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_42112846/article/details/88086035 https://blog.csdn.net/m0_37034294/article/details/82917234 分页 https://www.cnblogs.com/tuitu 阅读全文
posted @ 2019-08-03 11:17 ThisCall 阅读(1620) 评论(0) 推荐(0) 编辑
摘要:GoodsBaseInfoVO extends GoodsBaseInfo JSONResponse saveOrUpdateBaseGoodinfo void insertGoodBaseInfo public void insertGoodBaseInfo <insert id="insertG 阅读全文
posted @ 2019-08-01 16:51 ThisCall 阅读(168) 评论(0) 推荐(0) 编辑
摘要:package com.zjdfwl.mall.modular.sys.service.impl; import com.zjdfwl.mall.modular.sys.model.SysMenu; import com.zjdfwl.mall.core.node.MenuNode; import com.zjdfwl.mall.core.node.ZTreeNode; import com.... 阅读全文
posted @ 2019-08-01 13:33 ThisCall 阅读(460) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/G0_hw/article/details/78326359 阅读全文
posted @ 2019-07-31 15:46 ThisCall 阅读(5965) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/BADAO_LIUMANG_QIZHI/column/info/37194 http://www.imooc.com/article/details/id/74058 阅读全文
posted @ 2019-07-31 13:53 ThisCall 阅读(479) 评论(0) 推荐(0) 编辑