m

mybatis-encrypt-spring-boot-starter

A spring-boot starter to make it easy to encrypt and decrypt some column of database tables, supports for user custom encryption algorithms, you can even use some encrypted fields as query criteria.
https://github.com/Weasley-J/mybatis-encrypt-spring-boot-parent
GNU GENERAL PUBLIC LICENSE, Version 3
Weasley J
Files download
File Operation
mybatis-encrypt-spring-boot-starter-1.0.1.jar download
mybatis-encrypt-spring-boot-starter-1.0.1.pom download
mybatis-encrypt-spring-boot-starter-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>mybatis-encrypt-spring-boot-starter</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:mybatis-encrypt-spring-boot-starter:1.0.1'
Gradle Kotlin
implementation("io.github.weasley-j:mybatis-encrypt-spring-boot-starter:1.0.1")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "mybatis-encrypt-spring-boot-starter" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='mybatis-encrypt-spring-boot-starter', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="mybatis-encrypt-spring-boot-starter" rev="1.0.1" />
Leiningen
[io.github.weasley-j/mybatis-encrypt-spring-boot-starter "1.0.1"]
Apache Buildr
'io.github.weasley-j:mybatis-encrypt-spring-boot-starter:jar:1.0.1'