Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangyuheng/spring-boot-sample
https://github.com/wangyuheng/spring-boot-sample
spring-boot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wangyuheng/spring-boot-sample
- Owner: wangyuheng
- License: mit
- Created: 2017-11-18T13:21:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:55:22.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:21:49.006Z (5 months ago)
- Topics: spring-boot
- Language: Java
- Size: 41 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)