From 9d9538e558125ae02630ec81bed943a94f3e7a59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 23 Oct 2015 17:22:56 +0200 Subject: [PATCH] Fix section of Windows service section As the Windows service support is not related at all to the executable jar support it needs to be in a separate location. --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index a8b0835fab..96a1ee2091 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -497,7 +497,7 @@ configuration file named `/var/myapp/myapp.conf` if it exists. [[deployment-windows]] -=== Microsoft Windows services +== Microsoft Windows services Spring Boot application can be started as Windows service using https://github.com/kohsuke/winsw[`winsw`].