Last Version

mybatis-encrypt-plugin 1.0.0

mybatis数据加解密和数据脱敏的插件

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.chenhaiyangs
ArtifactId

ArtifactId

mybatis-encrypt-plugin
Version

Version

1.0.0
Type

Type

jar
Description

Description

mybatis-encrypt-plugin
mybatis数据加解密和数据脱敏的插件
Project URL

Project URL

https://github.com/chenhaiyangs/mybatis-encrypt-plugin.git
Source Code Management

Source Code Management

https://github.com/chenhaiyangs/mybatis-encrypt-plugin

Download mybatis-encrypt-plugin 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.chenhaiyangs/mybatis-encrypt-plugin/ -->
<dependency>
    <groupId>com.github.chenhaiyangs</groupId>
    <artifactId>mybatis-encrypt-plugin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/mybatis-encrypt-plugin/
implementation 'com.github.chenhaiyangs:mybatis-encrypt-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/mybatis-encrypt-plugin/
implementation ("com.github.chenhaiyangs:mybatis-encrypt-plugin:1.0.0")
'com.github.chenhaiyangs:mybatis-encrypt-plugin:jar:1.0.0'
<dependency org="com.github.chenhaiyangs" name="mybatis-encrypt-plugin" rev="1.0.0">
  <artifact name="mybatis-encrypt-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenhaiyangs', module='mybatis-encrypt-plugin', version='1.0.0')
)
libraryDependencies += "com.github.chenhaiyangs" % "mybatis-encrypt-plugin" % "1.0.0"
[com.github.chenhaiyangs/mybatis-encrypt-plugin "1.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.24
org.projectlombok : lombok jar 1.16.10
org.bouncycastle : bcprov-jdk15on jar 1.58
com.alibaba : fastjson jar 1.2.31
org.apache.commons : commons-lang3 jar 3.8

provided (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.4.5

test (4)

Group / Artifact Type Version
junit : junit jar 4.10
org.springframework.boot : spring-boot-starter-web jar 2.0.0.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.0.0
mysql : mysql-connector-java jar 5.1.18

Project Modules

There are no modules declared in this project.