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

🔖 2.0.0

上级 054340b0
# 变更记录
## 发行版本
## [2.0.0] - 2020-11-15
### 依赖升级
- :arrow_up: 升级 spring boot 到 2.4.1。
## [1.3.0] - 2020-11-15
### 依赖升级
- :arrow_up: 升级 spring boot 到 2.4.0。
......
......@@ -36,7 +36,6 @@
| @AutoIgnore | 忽略,不生成到 spring.factories |
| @AutoService | java Spi 生成配置 |
## 使用
`注意:` 如果你项目中使用了 `Lombok` 请将 `mica-auto` 的依赖放置到 `Lombok` 后面。
......@@ -45,19 +44,19 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```groovy
annotationProcessor("net.dreamlu:mica-auto:1.3.0")
annotationProcessor("net.dreamlu:mica-auto:2.0.0")
```
### gradle < 5.x
```groovy
compileOnly "net.dreamlu:mica-auto:1.3.0"
compileOnly "net.dreamlu:mica-auto:2.0.0"
```
## 原理
......
VERSION=1.3.0
VERSION=2.0.0
GROUPID=net.dreamlu
NEXUS_OSS_USER_NAME=***
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册