Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonzhou/spring-boot-examples
学习Spring Boot的示例 Examples Learning Spring Boot
https://github.com/vonzhou/spring-boot-examples
mybatis spring spring-boot
Last synced: about 1 month ago
JSON representation
学习Spring Boot的示例 Examples Learning Spring Boot
- Host: GitHub
- URL: https://github.com/vonzhou/spring-boot-examples
- Owner: vonzhou
- Created: 2018-10-17T03:40:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T15:19:08.000Z (about 6 years ago)
- Last Synced: 2024-11-08T17:52:19.376Z (3 months ago)
- Topics: mybatis, spring, spring-boot
- Language: Java
- Homepage: https://github.com/vonzhou/learning-java
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples of learning spring boot
## spring-boot-hello
Hello Spring Boot.
## spring-boot-dot-truncated
Dot(.) in REST url truncated problem.
[Spring REST 请求中点号(.)被截取问题分析](https://zhuanlan.zhihu.com/p/36965254)
## spring-boot-init-method
Init methods after Spring Boot started.
[Spring Boot 执行初始化逻辑的方法](https://zhuanlan.zhihu.com/p/44786291)
## spring-boot-two-datasource
Spring Boot + Mybatis + 通用Mapper config two data sources.
## spring-boot-mybatis
Spring Boot + MyBatis. Used to dive into mybatis source code.
TODO
整合到同一个项目中,不断迭代。
* Scheduling Tasks
* Creating Asynchronous Methods
* Caching Data with Spring
* Creating a Batch Service
* Using WebSocket to build an interactive web application## 参考
https://spring.io/guides/