Skip to content

Commit

Permalink
🔖 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Jan 16, 2024
1 parent 255685c commit df70c49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 发行版本

## [3.1.3] - 2024-01-16
- :sparkles: 支持 Kotlin Spring boot starter。
- :arrow_up: 升级到 Spring boot 3.2.1

## [3.1.2] - 2023-10-15
- :sparkles: 支持 Kotlin 元注解,github #8 感谢 `@Sunrise66` 反馈
- :arrow_up: 升级到 Spring boot 3.1.4
Expand All @@ -18,6 +22,10 @@
- :arrow_up: 升级到 Spring boot 3.0.0
- :arrow_up: 升级到 java17

## [2.3.4] - 2024-01-16
- :sparkles: 支持 Kotlin Spring boot starter。
- :arrow_up: 升级到 Spring boot 2.7.18

## [2.3.3] - 2023-10-15
- :sparkles: 支持 Kotlin 元注解,github #8 感谢 `@Sunrise66` 反馈
- :arrow_up: 升级到 Spring boot 2.7.16
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## 版本说明
| version | spring boot version | java version |
|---------|---------------------|--------------|
| 3.1.2 | 3.x | 17 |
| 2.3.3 | 1.x ~ 3.x | 1.8 |
| 3.1.3 | 3.x | 17 |
| 2.3.4 | 1.x ~ 3.x | 1.8 |

## 原理

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ English | [简体中文](README.md)
## version
| version | spring boot version | java version |
|---------|---------------------|--------------|
| 3.1.2 | 3.x | 17 |
| 2.3.3 | 1.x ~ 3.x | 1.8 |
| 3.1.3 | 3.x | 17 |
| 2.3.4 | 1.x ~ 3.x | 1.8 |

## Principle
Mica Auto uses the Annotation Processor, which is not a new technology. It's been around since JDK 1.6. The Annotation Processor is a tool of javac that scans and processes annotations at compile time. Using the Annotation Processor, you can obtain information about annotations and annotated objects, and then automatically generate Java code based on annotations, eliminating manual writing and improving coding efficiency. Lombok is also famous for this technology.
Expand Down

0 comments on commit df70c49

Please sign in to comment.