-
Notifications
You must be signed in to change notification settings - Fork 21
Using Database
jiwenxing edited this page Sep 18, 2017
·
1 revision
- Spring boot + Spring Data JPA + Hibernate + Spring ORMs (spring-boot-starter-data-jpa)
- Spring boot + Mybatis + Common Mapper + PageHelper Demo (mapper-spring-boot-starter)
- 使用H2数据库进行单元测试 H2的优势: 1、h2采用纯Java编写,因此不受平台的限制。 2、h2只有一个jar文件,十分适合作为嵌入式数据库试用。 3、性能和功能的优势
好记性不如烂笔头
- Home
- Why Spring Boot
- Getting Started
- Using Spring Boot
- Customizing the Banner
- Spring Boot Log
- Bean Configuration by Properties Files
- Different Environment Using Different Profile
- Web Developing
- Using Database
- Using RestTemplate
- JavaMailSender
- Cross-Origin Resource Sharing (CORS)
- Schedule Task
- Spring Events
- Spring @Conditional Annotation