All Projects → PacktPublishing → Learning Spring Boot 2.0 Second Edition

PacktPublishing / Learning Spring Boot 2.0 Second Edition

Licence: mit
Learning Spring Boot 2.0, Second edition, published by Packt

Programming Languages

java
68154 projects - #9 most used programming language

Learning Spring Boot 2.0 - Second Edition

This is the code repository for Learning Spring Boot 2.0 - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

public interface MyRepository {
  List<Image> findAll();
}
  • Spring Boot 2.0 requires Java Developer Kit (JDK) 8 or higher

  • A modern IDE (IntelliJ IDEA or Spring Tool Suite) is recommended

  • RabbitMQ 3.6 or higher must be installed (check out https://www.rabbitmq.com/download.html, or, when using Mac Homebrew, brew install RabbitMQ)

  • MongoDB 3.0 or higher must be installed (check out https://www.mongodb.com/download-center, or, when using Mac Homebrew, brew install MongoDB)

Related Products

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].