Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/