Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wangyuheng/spring-boot-sample


https://github.com/wangyuheng/spring-boot-sample

spring-boot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# spring-boot-sample

用于记录spring-boot学习过程中的各种实现

## all-in-one
全部实践集中在一个项目中

## httplog
通过aop、自定义@annotation实现http日志打印,详情见 [httplog_wiki](https://github.com/wangyuheng/spring-boot-sample/wiki/httplog_wiki)

## endpoint
自定义endpoint,方便监控程序运行时的各种信息,详情见 [endpoint_wiki](https://github.com/wangyuheng/spring-boot-sample/wiki/endpoint_wiki)

## global_exception
webapi全局异常捕获处理,详情见 [global_exception_wiki](https://github.com/wangyuheng/spring-boot-sample/wiki/global_exception_wiki)

## validator
bean参数校验,详情见 [validator](https://github.com/wangyuheng/spring-boot-sample/wiki/validator_wiki)

## i18n
国际化实现,详情见 [i18n](https://github.com/wangyuheng/spring-boot-sample/wiki/i18n_wiki)