Skip to content

Commit

Permalink
✨ Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhpo committed Apr 25, 2024
1 parent f919e37 commit 5526369
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,11 @@ public class UserWithTitle {

#### 2.5 关于`@Logger`注解在IDEA设置SpringEL的提示

`@Logger` 注解中的属性已经支持在 IDEA 中自动有 SpringEL 的提示,无需手动设置。
`@Logger` 注解中的属性已经支持在 IDEA 中自动高亮显示,并且有 SpringEL 的提示。

![](docs/images/SpringEL-IDEA-6.png)

![](docs/images/SpringEL-IDEA-7.png)

## 公众号

Expand Down
Binary file added docs/images/SpringEL-IDEA-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/SpringEL-IDEA-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/test/java/com/lzhpo/logger/LoggerAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ public void userWithDisabledObjectDiff(UserWithDisabledObject oldUser, UserWithD
// NOP
}

// @el(DIFF: com.lzhpo.logger.diff.LoggerDiffFunction)
// @el(oldUser: com.lzhpo.logger.domain.UserWithTitle)
// @el(newUser: com.lzhpo.logger.domain.UserWithTitle)
@Logger(message = "#DIFF(#oldUser, #newUser)")
public void userWithTitleDiff(UserWithTitle oldUser, UserWithTitle newUser) {
// NOP
Expand Down

0 comments on commit 5526369

Please sign in to comment.