提交 3f7adbeb 编写于 作者: 如梦技术's avatar 如梦技术 🐛

🔖 2.2.1

上级 a7c8c24f
......@@ -51,19 +51,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```groovy
annotationProcessor("net.dreamlu:mica-auto:2.2.0")
annotationProcessor("net.dreamlu:mica-auto:2.2.1")
```
### gradle < 5.x
```groovy
compileOnly "net.dreamlu:mica-auto:2.2.0"
compileOnly "net.dreamlu:mica-auto:2.2.1"
```
## 原理
......
......@@ -49,19 +49,19 @@ It is mainly used to avoid the inconsistency between the Spring Boot main projec
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```gradle
annotationProcessor("net.dreamlu:mica-auto:2.2.0")
annotationProcessor("net.dreamlu:mica-auto:2.2.1")
```
### gradle < 5.x
```gradle
compileOnly "net.dreamlu:mica-auto:2.2.0"
compileOnly "net.dreamlu:mica-auto:2.2.1"
```
## Principle
......
......@@ -3,7 +3,7 @@ apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
ext {
javaVersion = JavaVersion.VERSION_1_8
springBootVersion = "2.6.0"
springBootVersion = "2.6.1"
lombokVersion = "1.18.22"
googleAutoVersion = "1.0.1"
compileTestingVersion = "0.19"
......
VERSION=2.2.0
VERSION=2.2.1
GROUPID=net.dreamlu
NEXUS_OSS_USER_NAME=***
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册