Groovy introduction

Lean the JVM Language ```Groovy```

![chemex](/img/chemex

To be a introduction of Groovy

quick start

  1. base on spring dependencies management & spring boot bom plugin
  2. new a dependencies gradle module with self dependec file witch will be a gradle plugin
  3. import the plugin on parent project

just use The Java Platform Plugin

include project use for

include "demo:seata-demo"
file("${rootDir}/demo/seata-demo").eachDirMatch(~/.*/) {
    if ("${it.name}".indexOf("-service") >= 0) {
        include "demo:seata-demo:${it.name}"
    }
}

quote

Tags