Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Readme file for Spring Boot hello world project. (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanporty authored Feb 13, 2019
1 parent d08e324 commit cef0077
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Open the `hello-spring-boot` example from `google-container-tools/examples` dire

<img src="docs/images/sb-hello-world-project.png" alt="opened Spring Boot hello world project" width="500"/>

This project is a very 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.
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.

Once the project loads, the plugin will detect the Skaffold configuration and prompt to create the Kubernetes targets. The notification shows:

Expand Down
7 changes: 7 additions & 0 deletions examples/hello-spring-boot/README.md
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.

0 comments on commit cef0077

Please sign in to comment.