• Dave Syer's avatar
    Add support for Spring Loaded in Maven and Gradle · 77bac876
    Dave Syer authored
    Requires Loaded 1.1.5 (or better).
    
    For Maven you can just add springloaded to the dependencies of the
    spring-boot plugin (and also set MAVEN_OPTS=-noverify).
    
    For Gradle add springloaded to the build dependencies (-noverify
    can be added by the plugin).
    
    In both cases there is also support for adding an arbitrary java agent
    via configuration. Samples are provided in
    spring-boot-sample-[simple,web-ui].
    
    The ApplicationPlugin is only added if there is no JavaExec task
    already present, and additionally it computes its own man class if
    none is provided. So "gradle run" and "gradle bootRun" look
    superficially similar, but "bootRun" has extra options, including
    the agent and Loaded support.
    
    Fixes gh-251, gh-183
    77bac876
Name
Last commit
Last update
..
spring-boot-sample-actuator Loading commit data...
spring-boot-sample-actuator-log4j Loading commit data...
spring-boot-sample-actuator-noweb Loading commit data...
spring-boot-sample-actuator-ui Loading commit data...
spring-boot-sample-amqp Loading commit data...
spring-boot-sample-aop Loading commit data...
spring-boot-sample-batch Loading commit data...
spring-boot-sample-data-jpa Loading commit data...
spring-boot-sample-data-mongodb Loading commit data...
spring-boot-sample-data-redis Loading commit data...
spring-boot-sample-integration Loading commit data...
spring-boot-sample-jetty Loading commit data...
spring-boot-sample-profile Loading commit data...
spring-boot-sample-secure Loading commit data...
spring-boot-sample-servlet Loading commit data...
spring-boot-sample-simple Loading commit data...
spring-boot-sample-tomcat Loading commit data...
spring-boot-sample-traditional Loading commit data...
spring-boot-sample-web-jsp Loading commit data...
spring-boot-sample-web-secure Loading commit data...
spring-boot-sample-web-static Loading commit data...
spring-boot-sample-web-ui Loading commit data...
spring-boot-sample-websocket Loading commit data...
spring-boot-sample-xml Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...