如何为WinSLOW提供spring.config.location以将Spring Boot作为Windows服务安装?
我正在尝试设置WinSW以在Windows10上将Spring Boot JAR安装为Windows服务。到目前为止,当我仅在XML文件中提供JAR文件名和配置选项时,它就可以使用。
<service>
<id>testSB/id>
<name>testSB</name>
<description>This service runs a spring boot JAR as service.</description>
<executable>java</executable...