Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
qqxx6661 committed Feb 27, 2024
1 parent 66793da commit c34ed64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public class CustomFuncTestOperationLogGetService implements IOperationLogGetSer
@Override
public boolean createLog(LogDTO logDTO) {
log.info("logDTO: [{}]", JSON.toJSONString(logDTO));
return true;
}
}
```
Expand Down

0 comments on commit c34ed64

Please sign in to comment.