Create project structure
authorPawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>
Tue, 4 Feb 2020 13:21:29 +0000 (14:21 +0100)
committerPawel <pawel.kasperkiewicz@nokia.com>
Tue, 4 Feb 2020 13:22:10 +0000 (14:22 +0100)
commit50f42bd19fe752717823ba9ef1ffe932c47d05f4
tree03361fe4ef5fb104ed2721a1630f8b706d4b1584
parent26d0f939632ed185e42f092beab94f525f99267d
Create project structure

Issue-ID: AAF-995
Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>
Change-Id: Ib9e2314e96e3d3e1bdae8fccbab3f8047cec1329
.gitignore [new file with mode: 0644]
certService/LICENSE.txt [new file with mode: 0644]
certService/README.md [new file with mode: 0644]
certService/pom.xml [new file with mode: 0644]
certService/src/main/java/org/onap/aaf/certservice/CertServiceApplication.java [new file with mode: 0644]
certService/src/main/resources/application.properties [new file with mode: 0644]
certService/src/test/java/org/onap/aaf/certservice/CertServiceApplicationTests.java [new file with mode: 0644]