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

🔖 2.2.0

上级 de94e79d
......@@ -51,19 +51,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>2.1.3</version>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```groovy
annotationProcessor("net.dreamlu:mica-auto:2.1.3")
annotationProcessor("net.dreamlu:mica-auto:2.2.0")
```
### gradle < 5.x
```groovy
compileOnly "net.dreamlu:mica-auto:2.1.3"
compileOnly "net.dreamlu:mica-auto:2.2.0"
```
## 原理
......
......@@ -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.1.3</version>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```gradle
annotationProcessor("net.dreamlu:mica-auto:2.1.3")
annotationProcessor("net.dreamlu:mica-auto:2.2.0")
```
### gradle < 5.x
```gradle
compileOnly "net.dreamlu:mica-auto:2.1.3"
compileOnly "net.dreamlu:mica-auto:2.2.0"
```
## Principle
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册