Konstantinos Triantafyllou b88cedc5c2 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
pom.xml |
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>