MVN

cn.joylau.code : joylau-springboot-daemon-windows

Maven & Gradle

Oct 13, 2018
67 stars

joylau-springboot-daemon-windows Maven Mojo · 一款包括但不限于SpringBoot 应用jar包制作成Window Service 的Maven插件

<plugin>
    <groupId>cn.joylau.code</groupId>
    <artifactId>joylau-springboot-daemon-windows</artifactId>
    <version>1.1.RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.joylau.code : joylau-springboot-daemon-windows to add to Maven - Latest Versions:

  • Latest Stable: 1.1.RELEASE

All Versions

Choose a version of cn.joylau.code : joylau-springboot-daemon-windows to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
joylau-springboot-daemon-windows-1.1.RELEASE
1.0.x
joylau-springboot-daemon-windows-1.0.RELEASE

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>cn.joylau.code</groupId>
    <artifactId>joylau-springboot-daemon-windows</artifactId>
    <version>1.1.RELEASE</version>
</plugin>

Advertisement