docs/language/java/index.md

24 lines
1011 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Getting started with Java
keywords: Docker, getting started, java, language
description: Containerize Java apps using Docker
toc_min: 1
toc_max: 2
---
The Java getting started guide teaches you how to create a containerized Spring Boot application using Docker. In this module, youll learn how to:
* Clone and run a Spring Boot application with Maven
* Create a new Dockerfile which contains instructions required to build a Java image
* Run the newly built image as a container
* Set up a local development environment to connect a database to the container
* Use Docker Compose to run the Spring Boot application
* Configure a CI/CD pipeline for your application using GitHub Actions
* Deploy your application to the cloud
After completing the Java getting started modules, you should be able to containerize your own Java application based on the examples and instructions provided in this guide.
Lets get started!
[Build your first Java image](build-images.md){: .button .primary-btn}