1 Star 0 Fork 222

chend_2015/mybatis-mate-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
description "字段加解密示例"
dependencies {
implementation("com.h2database:h2")
// 默认加密库,自定义加密可以不依赖
implementation("org.jasypt:jasypt")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("junit:junit")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chend2018/mybatis-mate-examples.git
git@gitee.com:chend2018/mybatis-mate-examples.git
chend2018
mybatis-mate-examples
mybatis-mate-examples
master

搜索帮助