From 27654ee87523320356ee48d8df2d91bf14c11c13 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Fri, 20 Sep 2019 15:45:21 +0100 Subject: [PATCH] Added prev/next links --- spring-boot-ops-2/README.md | 1 + spring-boot-ops/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-ops-2/README.md b/spring-boot-ops-2/README.md index fa48cfd4da..0925b099b1 100644 --- a/spring-boot-ops-2/README.md +++ b/spring-boot-ops-2/README.md @@ -6,3 +6,4 @@ This module contains articles about Spring Boot Operations - [How to Configure Spring Boot Tomcat](https://www.baeldung.com/spring-boot-configure-tomcat) - [Spring Boot Embedded Tomcat Logs](https://www.baeldung.com/spring-boot-embedded-tomcat-logs) +- More articles: [[<-- prev]](/spring-boot-ops) diff --git a/spring-boot-ops/README.md b/spring-boot-ops/README.md index a40732d336..58e63bcdc7 100644 --- a/spring-boot-ops/README.md +++ b/spring-boot-ops/README.md @@ -16,4 +16,4 @@ This module contains articles about Spring Boot Operations - [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app) - [Spring Properties File Outside jar](https://www.baeldung.com/spring-properties-file-outside-jar) - [EnvironmentPostProcessor in Spring Boot](https://www.baeldung.com/spring-boot-environmentpostprocessor) - - [more...](/spring-boot-ops-2) \ No newline at end of file + - More articles: [[next -->]](/spring-boot-ops-2) \ No newline at end of file