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

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

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)