Writing a REST Service with Spring Boot: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


=Overview=
=Overview=
This article describes assembling the simplest REST service with Spring Boot, from scratch. The code can be compiled, executed locally, packaged as an OCI container and deployed in Kubernetes with Helm.


"asset-uploader" under playground/misc/b23Ts.
The code is available under:
 
{{External|
 
More ideas: "asset-uploader" under playground/misc/b23Ts.


=Prerequisites=
=Prerequisites=

Revision as of 23:11, 6 February 2022

External

Internal

Overview

This article describes assembling the simplest REST service with Spring Boot, from scratch. The code can be compiled, executed locally, packaged as an OCI container and deployed in Kubernetes with Helm.

The code is available under:

{{External|

More ideas: "asset-uploader" under playground/misc/b23Ts.

Prerequisites

The following tools will need to be installed on the development system:

  • Java 11 or newer
  • gradle
  • IntelliJ IDEA