io.github.ximtech.jasypt-encrypt-plugin
所有者: Stanislav Vodolagin
带有配置的属性和Yaml加密/解密
https://github.com/ximtech/jasypt-encrypt-plugin
来源:https://github.com/ximtech/jasypt-encrypt-plugin
使用 插件DSL
plugins {
id("io.github.ximtech.jasypt-encrypt-plugin") version "1.3.3"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.ximtech.jasypt-encrypt-plugin:jasypt-encrypt-plugin:1.3.3")
}
}
apply(plugin = "io.github.ximtech.jasypt-encrypt-plugin")
使用 插件DSL
plugins {
id "io.github.ximtech.jasypt-encrypt-plugin" version "1.3.3"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.github.ximtech.jasypt-encrypt-plugin:jasypt-encrypt-plugin:1.3.3"
}
}
apply plugin: "io.github.ximtech.jasypt-encrypt-plugin"