https://github.com/making/demo-spring-boot-1.3
Spring Boot 1.3 tiny samples
https://github.com/making/demo-spring-boot-1.3
Last synced: 8 months ago
JSON representation
Spring Boot 1.3 tiny samples
- Host: GitHub
- URL: https://github.com/making/demo-spring-boot-1.3
- Owner: making
- Created: 2015-07-23T16:53:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T06:59:16.000Z (over 10 years ago)
- Last Synced: 2025-08-12T02:43:43.314Z (9 months ago)
- Language: Java
- Homepage:
- Size: 7.72 MB
- Stars: 29
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-spring-boot-1.3
## Spring 4.2 Support
- [x] [SSE](demo-sse)
- [ ] CORS
- [x] [ScriptEngineView](demo-scriptview-ejs)
- [x] [CompletableFuture](demo-completablefuture), [@Async](demo-completablefuture-service)
## New AutoConfigures
- [x] [Cache (Simple)](demo-cache), [Guava](demo-cache-guava), [Redis](demo-cache-redis),[JCache (Coherence)](demo-cache-jcache-coherence)
- [x] [OAuth2](demo-oauth), [SSO (GitHub)](demo-oauth-sso), [SSO (Google)](demo-oauth-sso-google)
- [x] [EmbeddedMongoDB](demo-embedded-mongodb)
- [x] [jOOQ](demo-jooq)
- [ ] SendGrid
- [x] [Spring Session](demo-spring-session)
## Non-functionalities
- [x] [OpenTSDB Mertics Writer](demo-metrics-export-opentsdb)
- [x] [Statsd Metrics Writer](demo-metrics-export-statsd)
- [ ] New Healthcheck
- [ ] Actuator docs
- [ ] HAL browser
## Dev Ops
- [x] [Ascii Art Banner](demo-banner)
- [x] [Systemd Service](demo-service)
- [x] [DevTools](demo-devtools)