From 28dae18f5b7c507a2fd50ce1e5435ea02b6346ce Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sun, 10 Jun 2018 08:02:54 +0200 Subject: [PATCH] Create README.md (#4422) --- 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 0000000000..02c4c100aa --- /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)