Ai
1 Star 0 Fork 0

apache-netbeans/nb-springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nbactions.xml 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<packagings>
<packaging>nbm</packaging>
</packagings>
<goals>
<goal>nbm:cluster</goal>
<goal>nbm:run-ide</goal>
</goals>
<properties>
<netbeans.run.params>-J-Dcom.github.alexfalappa.nbspringboot.level=100 -J-Dcom.github.alexfalappa.nbspringboot.actions.level=600</netbeans.run.params>
</properties>
</action>
<action>
<actionName>debug</actionName>
<packagings>
<packaging>nbm</packaging>
</packagings>
<goals>
<goal>nbm:cluster</goal>
<goal>nbm:run-ide</goal>
</goals>
<properties>
<jpda.listen>true</jpda.listen>
<netbeans.run.params.debug>-J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${jpda.address} -J-Dcom.github.alexfalappa.nbspringboot.level=100 -J-Dcom.github.alexfalappa.nbspringboot.actions.level=600</netbeans.run.params.debug>
</properties>
</action>
</actions>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/apache-netbeans/nb-springboot.git
git@gitee.com:apache-netbeans/nb-springboot.git
apache-netbeans
nb-springboot
nb-springboot
v3.1

搜索帮助