会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
16
下一页
2019年12月1日
springboot对JPA的支持
摘要: springboot之jpa支持 导入相关pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency
阅读全文
posted @ 2019-12-01 18:04 宇大..大
阅读(265)
评论(0)
推荐(0)
2019年11月30日
SpringBoot整合redis
摘要: SpringBoot配置类 注解标签 @Configuration @Configuration底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 @Configuration可理解为用spring的时候xml里面的<beans>标签。 注:
阅读全文
posted @ 2019-11-30 00:02 宇大..大
阅读(268)
评论(0)
推荐(0)
2019年11月27日
SpringBoot整合mybatis
摘要: springboot配置数据库连接池druid 新建springboot项目 druid学习地址 https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter 相关pom依赖 druid所需pom依赖 <dependen
阅读全文
posted @ 2019-11-27 20:46 宇大..大
阅读(209)
评论(0)
推荐(0)
2019年11月26日
SpringBoot模板
摘要: Thymeleaf模板 相关pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> Spri
阅读全文
posted @ 2019-11-26 20:31 宇大..大
阅读(228)
评论(0)
推荐(0)
2019年11月24日
springboot入门
摘要: Springboot入门 SpringBoot是什么? Spring Boot它本身并不提供Spring框架的核心特性以及扩展功能,只是用于快速、敏捷地开发新一代基于Spring框架的应用程序。也就是说,它并不是用来替代Spring的解决方案,而是和Spring框架紧密结合用于提升Spring开发者
阅读全文
posted @ 2019-11-24 19:28 宇大..大
阅读(126)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
16
下一页
公告