Update README.md

[skip ci]
This commit is contained in:
edizor 2023-11-10 21:12:41 +08:00 committed by GitHub
parent c7883a6d5c
commit 2e330d6f34
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
## Relevant Articles
- [Overriding hashCode() And equals() For Records](https://www.baeldung.com/java-override-hashcode-equals-records)
- [Optional as a Record Parameter in Java](https://www.baeldung.com/java-record-optional-param)