From d62082b41056ad6ca6a4f4e30d23d9b10a5d41a2 Mon Sep 17 00:00:00 2001 From: "Ananth Kannan (Coach AK)" <15877864+akannan1087@users.noreply.github.com> Date: Thu, 16 May 2024 13:29:07 -0500 Subject: [PATCH] Update readme.md --- readme.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 80ac39b..064c230 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,9 @@ ## What is it? This source code is an Spring Boot web application). -Tested with -* Docker 19.03 -* Ubuntu 19 -* Java 8 or Java 11 -* Spring Boot 2.2.4.RELEASE -* Maven - -For explanation, please visit this article - [Docker and Spring Boot](https://mkyong.com/docker/docker-spring-boot-examples/) - ## How to run this? ```bash -$ git clone https://github.com/mkyong/docker-java +$ git clone https://github.com/akannan1087/docker-spring-boot $ cd docker-spring-boot $ mvn clean package $ java -jar target/spring-boot-web.jar