Base DINA API package for Java built on SpringBoot and Crnk.
Documentation can be generated using:
mvn clean compile
An index.html
page will be generated in target/generated-docs
dina-base-api artifact is published on BinTray.
<dependency>
<groupId>ca.gc.aafc</groupId>
<artifactId>dina-base-api</artifactId>
<version>0.26</version>
</dependency>
Test related classes are included in an artifact named dina-test-support
.
Add BICoE BinTray repository :
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-aafc-bice-BICoE</id>
<name>bintray</name>
<url>https://dl.bintray.com/aafc-bice/BICoE</url>
</repository>