Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.42 KB

File metadata and controls

42 lines (27 loc) · 1.42 KB

Create a Spring Boot SSL server-side application

README.md

Prerequisites

This example assumes you have previously completed the following examples:

  1. Create an Azure Resource Group
  2. Create an Azure Key Vault
  3. Create a self-signed certificate
  4. Create a 'read-only' Service Principal
  5. Create an access policy

Build the example

To build the JAR file use the following Maven command line.

  mvn package

Run example

To run the example use the following Maven command line.

  mvn spring-boot:run

Cleanup

Do NOT forget to remove the resources once you are done running the example.

Reference material

  1. Azure Key Vault Certificates Spring Boot starter
  2. Maven
  3. Spring Boot Maven Plugin
  4. Spring Boot