https://github.com/squidxtv/taco-cloud
Walkthrough of Spring in Action, Sixth Edition book
https://github.com/squidxtv/taco-cloud
book java spring
Last synced: about 1 month ago
JSON representation
Walkthrough of Spring in Action, Sixth Edition book
- Host: GitHub
- URL: https://github.com/squidxtv/taco-cloud
- Owner: SquidXTV
- Created: 2024-05-28T11:14:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T05:32:36.000Z (about 2 years ago)
- Last Synced: 2025-01-13T17:49:05.788Z (over 1 year ago)
- Topics: book, java, spring
- Language: Java
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring in Action, Sixth Edition
This is my walkthrough of the [Spring in Action, Sixth Edition](https://www.manning.com/books/spring-in-action-sixth-edition) book.
## Part 1: Foundational Spring
- [x] Getting started with Spring
- [x] Developing web applications
- [x] Working with data
- [ ] Working with non-relational data (skipped)
- [x] Securing Spring
- [x] Working with configuration properties
## Part 2: Integrated Spring
- [X] Creating REST services
- [ ] Securing REST
- [ ] Sending messages asynchronously
- [ ] Integrating Spring
## Part 3: Reactive Spring
- [ ] Introducing Reactor
- [ ] Developing reactive APIs
- [ ] Persisting data reactively
- [ ] Working with RSocket
## Part 4: Deployed Spring
- [ ] Working with Spring Boot Actuator
- [ ] Administering Spring
- [ ] Monitoring Spring with JMX
- [ ] Deploying Spring