JAVA-8279 Split or move core java module

This commit is contained in:
mikr
2021-11-13 21:22:34 +01:00
parent 5aca0b05b6
commit 37eb10c68d
40 changed files with 560 additions and 80 deletions
@@ -0,0 +1,5 @@
## Core Java UUID
### Relevant Articles:
- [Generating Alphanumeric UUID String in Java](https://www.baeldung.com/java-generate-alphanumeric-uuid)
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)