parent
2afb641603
commit
ce544e8131
|
|
@ -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]]
|
[[deployment-whats-next]]
|
||||||
== What to read next
|
== What to read next
|
||||||
Check out the http://www.cloudfoundry.com/[Cloud Foundry], https://www.heroku.com/[Heroku]
|
Check out the http://www.cloudfoundry.com/[Cloud Foundry], https://www.heroku.com/[Heroku]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue