From 1f89f4d67d372f46c1046537ca73979568cd05de Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Wed, 6 Jun 2018 23:51:22 +0200 Subject: [PATCH] Create README.md --- spring-boot-ops/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-ops/README.md diff --git a/spring-boot-ops/README.md b/spring-boot-ops/README.md new file mode 100644 index 000000000000..02c4c100aabb --- /dev/null +++ b/spring-boot-ops/README.md @@ -0,0 +1,3 @@ +### Relevant articles + +- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)