com.jxpanda.initializr
Owner: Pan Jianxin
A plugin base on mybatis-plus-generator
Sources: https://gitee.com/JXPanda/initializr-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.jxpanda.initializr") version "1.1.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.jxpanda.plugin:initializr:1.1.6") } } apply(plugin = "com.jxpanda.initializr")
- Applying plugins to all subprojects .