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

🔖 2.1.3

上级 3c1c192a
# 变更记录
## 发行版本
## [2.1.3] - 2021-08-05
:sparkles: 代码优化,优化流关闭。
:sparkles: 优化 github actions。
:bug: 修复 spi,去除注释。
:bug: 修复 gitee #I4193Q idea 增量编译 bug。
:bug: 修复 spring-devtools.properties 匹配 bug。
## [2.1.2] - 2021-07-26
### 新功能
- :sparkles: `@AutoService` 支持 gradle 增量编译
......
......@@ -49,19 +49,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```groovy
annotationProcessor("net.dreamlu:mica-auto:2.1.2")
annotationProcessor("net.dreamlu:mica-auto:2.1.3")
```
### gradle < 5.x
```groovy
compileOnly "net.dreamlu:mica-auto:2.1.2"
compileOnly "net.dreamlu:mica-auto:2.1.3"
```
## 原理
......
VERSION=2.1.2
VERSION=2.1.3
GROUPID=net.dreamlu
NEXUS_OSS_USER_NAME=***
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册