Go to file
Konstantinos Triantafyllou b88cedc5c2 [maven-release-plugin] prepare for next development iteration 2024-09-13 11:13:13 +03:00
.gitignore Add spring-boot dependencies and global parent 2022-10-05 11:47:46 +03:00
LICENSE Initial commit 2022-09-29 12:57:44 +02:00
README.md Add info in readme. Update global parent. Add plugin management for spring boot maven-plugin. 2024-09-12 17:30:35 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2024-09-13 11:13:13 +03:00

README.md

uoa-spring-boot-parent

This parent contains the global configuration for:

  • Parent uoa-global-parent
  • Dependency Management for Spring boot.
  • Spring boot basic dependencies
  • Google Gson Dependency
  • Build Configuration:
    • Plugin Management for spring maven plugin.
    • Resources directory
  • Global properties for spring-boot, google-gson and spring-doc (Swagger)

Usage

<parent>
    <groupId>eu.dnetlib</groupId>
    <artifactId>uoa-spring-boot-parent</artifactId>
    <version>2.0.3</version>
</parent>