This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme file for Spring Boot hello world project. (#160)
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Spring Boot Hello World with IntelliJ and Kubernetes | ||
|
||
This project is a simple web application created with [the popular Spring Boot framework](https://spring.io/projects/spring-boot). It uses the [Jib Maven plugin](https://github.com/GoogleContainerTools/jib) to build a container image for the project, without needing to create a Dockerfile. It defines one HTTP endpoint ("/") and starts built-in Spring Boot web server on port 8080. | ||
|
||
The Kubernetes resources for the project are located in the `k8s` directory - there is one deployment and one service YAML file. | ||
|
||
Please see ["Getting started"](https://github.com/GoogleContainerTools/google-container-tools-intellij#getting-started) section of the main README on how to configure the Kubernetes run targets and use the plugin features for this project. |