Add a reference to Windows service sample

Closes gh-3829
This commit is contained in:
Stephane Nicoll 2015-10-09 16:37:58 +02:00
parent 2afb641603
commit ce544e8131

View File

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