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:
parent
02523799aa
commit
9d9538e558
|
@ -497,7 +497,7 @@ configuration file named `/var/myapp/myapp.conf` if it exists.
|
||||||
|
|
||||||
|
|
||||||
[[deployment-windows]]
|
[[deployment-windows]]
|
||||||
=== Microsoft Windows services
|
== Microsoft Windows services
|
||||||
Spring Boot application can be started as Windows service using
|
Spring Boot application can be started as Windows service using
|
||||||
https://github.com/kohsuke/winsw[`winsw`].
|
https://github.com/kohsuke/winsw[`winsw`].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue