Skip to content

Commit

Permalink
🔖 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Jun 10, 2024
1 parent 2eddd74 commit b3f4d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.3 | 3.x | 17 |
| 2.3.4 | 1.x ~ 3.x | 1.8 |
| 3.1.4 | 3.x | 17 |
| 2.3.5 | 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.3 | 3.x | 17 |
| 2.3.4 | 1.x ~ 3.x | 1.8 |
| 3.1.4 | 3.x | 17 |
| 2.3.5 | 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 b3f4d5f

Please sign in to comment.