1 Star 0 Fork 122

lhw_1994 / redkale

forked from redkale / redkale 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nbactions.xml 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
redkale 提交于 2021-07-02 22:56 . no commit message
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:3.0.0:exec</goal>
</goals>
<properties>
<exec.args>-classpath %classpath org.redkale.boot.Application</exec.args>
<exec.executable>java</exec.executable>
</properties>
</action>
</actions>
Java
1
https://gitee.com/lhw_1994/redkale.git
git@gitee.com:lhw_1994/redkale.git
lhw_1994
redkale
redkale
master

搜索帮助