会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小芝麻开门
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2019年11月14日
spring boot集成 log4j2
该文被密码保护。
阅读全文
posted @ 2019-11-14 15:26 小芝麻开花
阅读(0)
评论(0)
推荐(0)
2019年11月13日
bootstrap的使用示例
该文被密码保护。
阅读全文
posted @ 2019-11-13 10:37 小芝麻开花
阅读(2)
评论(0)
推荐(0)
Spring Boot 集成 FreeMarker
该文被密码保护。
阅读全文
posted @ 2019-11-13 10:29 小芝麻开花
阅读(4)
评论(0)
推荐(0)
2019年11月12日
Spring Boot集成mybatis
该文被密码保护。
阅读全文
posted @ 2019-11-12 17:12 小芝麻开花
阅读(4)
评论(0)
推荐(0)
Spring Boot -gradle-Thymeleaf 的使用
该文被密码保护。
阅读全文
posted @ 2019-11-12 16:58 小芝麻开花
阅读(2)
评论(0)
推荐(0)
RestController和Controller的区别
摘要: 知识点:@RestController注解相当于@ResponseBody + @Controller合在一起的作用。 1) 如果只是使用@RestController注解Controller,则Controller中的方法无法返回jsp页面,或者html,配置的视图解析器 InternalReso
阅读全文
posted @ 2019-11-12 15:34 小芝麻开花
阅读(2500)
评论(0)
推荐(0)
Gradle中的GroupID和ArtifactID指的是什么?
摘要: GroupId和ArtifactId被统称为“坐标”是为了保证项目唯一性而提出的,如果你要把你项目弄到maven本地仓库去,你想要找到你的项目就必须根据这两个id去查找。 GroupId一般分为多个段,这里我只说两段,第一段为域,第二段为公司名称。域又分为org、com、cn等等许多,其中org为非
阅读全文
posted @ 2019-11-12 14:59 小芝麻开花
阅读(2853)
评论(0)
推荐(1)
2019年9月12日
解决 "Could not autowire. No beans of 'SationMapper' type found" 的问题
摘要: 网上查找的方法,附上原文链接:https://blog.csdn.net/Coder_Knight/article/details/83999139 方法1:在mapper文件上加@Repository注解,这是从spring2.0新增的一个注解,用于简化 Spring 的开发,实现数据访问 方法2
阅读全文
posted @ 2019-09-12 14:20 小芝麻开花
阅读(15705)
评论(0)
推荐(0)
2019年9月11日
Java基础知识<集合框架>
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2019-09-11 13:59 小芝麻开花
阅读(4)
评论(0)
推荐(0)
2019年8月15日
<一> idea+gradle+springboot创建项目
摘要: 转载自https://windcoder.com/springbootchutan-chuangjianxiangmu 前言 一边学习公司用到的技术,一边重构小程序后端,从而更好的理解公司搭建的框架。此处记录一个用idea+gradle+springboot的基础实现。 所用环境 IntelliJ
阅读全文
posted @ 2019-08-15 15:35 小芝麻开花
阅读(1312)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告