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.
This commit is contained in:
Stephane Nicoll 2015-10-23 17:22:56 +02:00
parent 02523799aa
commit 9d9538e558
1 changed files with 1 additions and 1 deletions

View File

@ -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`].