https://github.com/wesleyegberto/spring-study
My Spring projects used in study
https://github.com/wesleyegberto/spring-study
java kafka rabbitmq spring spring-boot
Last synced: 11 months ago
JSON representation
My Spring projects used in study
- Host: GitHub
- URL: https://github.com/wesleyegberto/spring-study
- Owner: wesleyegberto
- License: mit
- Created: 2018-05-02T02:42:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T00:43:21.000Z (about 1 year ago)
- Last Synced: 2025-06-01T11:06:35.953Z (about 1 year ago)
- Topics: java, kafka, rabbitmq, spring, spring-boot
- Language: Java
- Size: 1 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-oauth-flow/authorization-server-new-api/.gitignore
Awesome Lists containing this project
README
# Spring Study
## POCs
### GraphQL
- [spring-graphql-basics](./spring-graphql-basics/): simple example how to use Spring Boot with GraphQL
Links:
- [GraphQL](https://graphql.org/)
- [Spring GraphQL Docs](https://docs.spring.io/spring-graphql/reference/index.html)
- [Netflix - DGS Framework](https://netflix.github.io/dgs/)
- [Baeldung - Spring GraphQL](https://www.baeldung.com/spring-graphql)
## Posts
- [Embracing Virtual Threads](https://spring.io/blog/2022/10/11/embracing-virtual-threads)
- [Initial AOT Support in Spring Framework 6.0.0-M3](https://spring.io/blog/2022/03/22/initial-aot-support-in-spring-framework-6-0-0-m3)
- [Native Support in Spring Boot 3.0.0-M5](https://spring.io/blog/2022/09/26/native-support-in-spring-boot-3-0-0-m5)