feat: added comments and readme

This commit is contained in:
Rick Rongen
2025-09-16 09:10:09 +02:00
parent e0527ff6bb
commit d6b5c7fc81
5 changed files with 67 additions and 27 deletions

View File

@@ -14,14 +14,11 @@
<relativePath>../pom.xml</relativePath>
</parent>
<!--
These projects only need an artifact id. The version and group id are taken from the parent.
-->
<artifactId>spring-boot-common-utils</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>