Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.72 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.72 KB

Mastering Spring 5.0

This is the code repository for Mastering Spring 5.0, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Spring 5.0 is due to arrive with a myriad of new and exciting features that will change the way we’ve used the framework so far. This book will show you this evolution—from solving the problems of testable applications to building distributed applications on the cloud.

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.

Chapters 1, 4, and 12 does not have code files.

The code will look like the following:

<properties>
    <mockito.version>1.10.20</mockito.version>
</properties>

To be able to run examples from this book, you will need the following tools:

Java 8 Eclipse IDE Postman

We will use Maven embedded into Eclipse IDE to download all the dependencies that are needed.

Related Products