All Downloads are FREE. Search and download functionalities are using the official Maven repository.

windows.bin.winsw.xml Maven / Gradle / Ivy

<service>
    <id>${projectId}</id>
    <name>${name}</name>
    <description>${description}</description>
    <workingdirectory>%BASE%\</workingdirectory>
    <logpath>%BASE%\logs</logpath>
    <logmode>rotate</logmode>
    <startmode>Automatic</startmode>

    <executable>java</executable>
    <arguments> -server ${arguments} --spring.config.location=..\config\</arguments>
</service>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy