Update the Articles for UUID of Java

This commit is contained in:
YuCheng Hu 2023-11-03 14:03:05 -04:00
parent e3f5468ef7
commit 5ad29ba267
No known key found for this signature in database
GPG Key ID: 942395299055675C
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Core Java UUID
### Relevant Articles:
- [Generating Alphanumeric UUID String in Java](https://www.baeldung.com/java-generate-alphanumeric-uuid)
### 相关文章:
- [在 Java 中生成只有数组和字母的 UUID](https://www.isharkfly.com/t/java-uuid/15097)
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
- [Validate UUID String in Java](https://www.baeldung.com/java-validate-uuid-string)
- [Generate the Same UUID From a String in Java](https://www.baeldung.com/java-generate-same-uuid-from-string)