My Java and Spring Coding playground Repository.
nothing special. just playing with code, that's all.
Remark : Please note that all code is written based on JDK 17. Please keep this in mind.
Remark : (2024-03-31) The Code is now based onJava 21
Remark : (2024-03-31) The Spring Boot Version is now3
Here is a list of tasks that I have done so far.
- DataUri ⇿ Image File Converting
- Controlling and manipulating strings
- XML Marshalling, UnMarshalling
- (Jakarta) JAXB - marshalling, unmarshalling
- this code need some artifacts from maven repository. Please refer to the pom.xml file!
- required artifacts:
jakarta.xml.bind-api
,jakarta.activation-api
jaxb-runtime
- Using Jackson XmlMapper (+ class)
- Using Jackson XmlMapper (+ record)
- (Jakarta) JAXB - marshalling, unmarshalling
- File System Controlling
- Http Client API
- Converting
- Spring-related code