diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index 064f22ed1c1..6e15fe58c5c 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -471,6 +471,18 @@ configuration file named `/var/myapp/myapp.conf` if it exists. +[[deployment-windows]] +=== Microsoft Windows services +Spring Boot application can be started as Windows service using +https://github.com/kohsuke/winsw[`winsw`]. + +A sample https://github.com/snicoll-scratches/spring-boot-daemon[maintained separately] +to the core of Spring Boot describes steps by steps how you can create a Windows service for +your Spring Boot application. + + + + [[deployment-whats-next]] == What to read next Check out the http://www.cloudfoundry.com/[Cloud Foundry], https://www.heroku.com/[Heroku]