Use Spring Boot to build lightning-fast apps About This Book - Get up to date with the defining characteristics of Spring Boot 2.0 in Spring Framework 5 - Learn to perform Reactive programming with SpringBoot - Learn about developer tools, AMQP messaging, WebSockets, security, MongoDB data access, REST, and more Who This Book Is For This book is designed for both novices and experienced Spring developers. It will teach you how to override Spring Boot's opinions and frees you from the need to define complicated configurations. What You Will Learn - Create powerful, production-grade applications and services with minimal fuss - Support multiple environments with one artifact, and add production-grade support with features - Find out how to tweak your apps through different properties - Use custom metrics to track the number of messages published and consumed - Enhance the security model of your apps - Make use of reactive programming in Spring Boot - Build anything from lightweight unit tests to fully running embedded web container integration tests In Detail Spring Boot provides a variety of features that address today's business needs along with today's scalable requirements. In this book, you will learn how to leverage powerful databases and Spring Boot's state-of-the-art WebFlux framework. This practical guide will help you get up and running with all the latest features of Spring Boot, especially the new Reactor-based toolkit. The book starts off by helping you build a simple app, then shows you how to bundle and deploy it to the cloud. From here, we take you through reactive programming, showing you how to interact with controllers and templates and handle data access. Once you're done, you can start writing unit tests, slice tests, embedded container tests, and even autoconfiguration tests. We go into detail about developer tools, AMQP messaging, WebSockets, security, and deployment. You will learn how to secure your application using both routes and method-based rules. By the end of the book, you'll have built a social media platform from which to apply the lessons you have learned to any problem. If you want a good understanding of building scalable applications using the core functionality of Spring Boot, this is the book for you. Style and approach This book takes a tutorial-based approach to teach you all you need to know to get up and running with the latest version of Spring Boot. Filled with examples, you will gain hands-on experience of every area that Spring tackles.
Greg is a test-bitten script junky. He is a member of the Spring team at Pivotal. He works on Spring Data REST, Spring Boot and other Spring projects, while also working as an editor-at-large of Spring's Getting Started guides. He launched the Nashville JUG in 2010. He created Spring Python and wrote "Spring Python 1.1", "Python Testing Cookbook", and "Learning Spring Boot". He has been a Spring fan for years.
I've been spoiled. Many years ago, I learned Java from a book that was well-structured and coherent, written by someone - Ivor Horton - who knew both what he was talking about, and how to impart knowledge.
Returning to the language after it has evolved for more than 15 years, adding new features and functionality, I was hoping to be able to pick up the changes. Maybe, with a book that was structured, sequential, and explained its claims, I might have succeeeded. This is not that book.
This book is repleat with errors, half the code (well, any import statement after the first chapter) is missing, and it jumps around without reason or explanation. (The gem being the chapter on AMQP messaging, that starts by stating one doesn't develop features without a reason, then dives into how to use these services without giving any valid - or invalid - reason for doing so.)