Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 843 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 843 Bytes

Spring in Action, Sixth Edition

This is my walkthrough of the Spring in Action, Sixth Edition book.

Part 1: Foundational Spring

  • Getting started with Spring
  • Developing web applications
  • Working with data
  • Working with non-relational data (skipped)
  • Securing Spring
  • Working with configuration properties

Part 2: Integrated Spring

  • 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