会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
林然
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
2019年12月14日
SpringBoot使用JdbcTemplate
摘要: 1.导入依赖 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <gr
阅读全文
posted @ 2019-12-14 14:11 林染plus
阅读(2156)
评论(1)
推荐(0)
2019年12月12日
SpringBoot使用JSP
摘要: 1.导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> </dependency> <dependency> <groupI
阅读全文
posted @ 2019-12-12 16:53 林染plus
阅读(199)
评论(0)
推荐(0)
SpringBootThymeleaf案例
摘要: 一.添加依赖 <!-- 添加thymeleaf模版的依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dep
阅读全文
posted @ 2019-12-12 16:47 林染plus
阅读(327)
评论(0)
推荐(0)
SpringBoot添加热部署
摘要: 一.添加依赖 <!--热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </d
阅读全文
posted @ 2019-12-12 16:36 林染plus
阅读(224)
评论(0)
推荐(0)
2019年12月10日
三分钟精通高并发
摘要: 一、高并发、多线程 1.高并发 高并发是请求,指的是多个客户端同一时刻向服务端发送请求, 它是一种现象。 比如,在双11凌晨12:00分同时有10万个下单请求。 高并发标准: 高并发用户数 TPS(Transactions Per Second)每秒事务数 QPS(Query Per Second)
阅读全文
posted @ 2019-12-10 15:19 林染plus
阅读(201)
评论(0)
推荐(0)
SpringBoot简介以及案例
摘要: 1什么是SpringBoot Spring Boot 是所有基于 Spring 开发的项目的起点。Spring Boot 的设计是为了让你尽可能快的跑起来 Spring 应用程序并且尽可能减少你的配置文件。简单来说就是SpringBoot其实不是什么新的框架,它默认配置了很多框架的使用方式,就像ma
阅读全文
posted @ 2019-12-10 14:35 林染plus
阅读(296)
评论(0)
推荐(0)
2019年12月9日
Dubbox
摘要: Dubbox是什么 Dubbox是一个分布式服务框架,前身是阿里巴巴的开源项目Dubbo,后来阿里不再维护此框架;进而当当网进行了进一步维护,为了和Dubbo区分就取名为Dubbox。 简单而言,在Dubbox中主要存在三种角色:注册中心(Registry)、 提供者(Provider)、消费者(C
阅读全文
posted @ 2019-12-09 17:34 林染plus
阅读(169)
评论(0)
推荐(0)
2019年12月8日
SpringData JPA一对多多对一多对多关联
摘要: 一、一对多、多对一 1、Country实体类 2、City实体类 3、CountryDao层 4、CityDao层 5.Controller package com.zn.controller; import com.zn.dao.CityDao; import com.zn.dao.Country
阅读全文
posted @ 2019-12-08 18:46 林染plus
阅读(9886)
评论(0)
推荐(1)
SpringData JPA实现增删改查
摘要: application.properties配置 一、创建实体类并自动生成数据库表 二、dao层继承JpaRepository 三、controller中增加操作 结果: 删除操作: 修改操作:
阅读全文
posted @ 2019-12-08 15:07 林染plus
阅读(266)
评论(0)
推荐(0)
2019年12月6日
SpringBoot与MyBatis整合案例
摘要: 1.导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>
阅读全文
posted @ 2019-12-06 09:49 林染plus
阅读(402)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
公告