diff --git a/README.md b/README.md index a8385e3..d6f146f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ # uoa-spring-boot-parent -This parent contains the dependency management for spring boot applications. +This parent contains the global configuration for: + +- Parent [uoa-global-parent](https://code-repo.d4science.org/MaDgIK/uoa-global-parent) +- Dependency Management for Spring boot. +- Spring boot basic dependencies +- [Google Gson Dependency](https://mvnrepository.com/artifact/com.google.code.gson/gson) +- Build Configuration: + - Plugin Management for spring maven plugin. + - Resources directory +- Global properties for spring-boot, google-gson and spring-doc (Swagger) ## Usage eu.dnetlib uoa-spring-boot-parent - 2.0.2 + 2.0.3 diff --git a/pom.xml b/pom.xml index a753990..ccb9992 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,18 @@ - + 4.0.0 eu.dnetlib uoa-global-parent - 2.0.2 + 2.0.3 uoa-spring-boot-parent 2.0.3-SNAPSHOT pom - scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-spring-boot-parent.git + scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-spring-boot-parent.git + HEAD @@ -61,6 +63,22 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot-version} + + + + repackage + + + + + + src/main/resources @@ -69,7 +87,6 @@ - 17 3.3.1 2.9.0 2.6.0