Skip to content

Instantly share code, notes, and snippets.

@mike-boddin
Created December 8, 2015 07:52
Show Gist options
  • Select an option

  • Save mike-boddin/0939c90ec5dfe99405a2 to your computer and use it in GitHub Desktop.

Select an option

Save mike-boddin/0939c90ec5dfe99405a2 to your computer and use it in GitHub Desktop.

Revisions

  1. mike-boddin created this gist Dec 8, 2015.
    24 changes: 24 additions & 0 deletions nbactions.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <actions>
    <action>
    <actionName>CUSTOM-spring-boot:run</actionName>
    <displayName>spring-boot:run</displayName>
    <goals>
    <goal>spring-boot:run -Drun.jvmArguments="-Xms128m -Xmx256m"</goal>
    </goals>
    </action>
    <action>
    <actionName>CUSTOM-spring-boot:run-Debug</actionName>
    <displayName>spring-boot:run-Debug</displayName>
    <goals>
    <goal>spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000""</goal>
    </goals>
    </action>
    <action>
    <actionName>CUSTOM-dependency:tree</actionName>
    <displayName>dependency:tree</displayName>
    <goals>
    <goal>dependency:tree</goal>
    </goals>
    </action>
    </actions>