Book Image

Spring Boot Cookbook

By : Alex Antonov
Book Image

Spring Boot Cookbook

By: Alex Antonov

Overview of this book

Table of Contents (15 chapters)
Spring Boot Cookbook
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Application Packaging and Deployment

In this chapter, we will cover the following topics:

  • Creating a Spring Boot executable JAR

  • Creating Docker images

  • Building self-executing binaries

  • Spring Boot environment configuration hierarchy and precedence

  • Externalizing an environmental configuration using property files

  • Externalizing an environmental configuration using environment variables

  • Externalizing an environmental configuration using Java system properties

  • Setting up Consul

  • Externalizing an environmental configuration using Consul and envconsul