diff options
author | Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> | 2020-02-04 14:21:29 +0100 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-02-04 14:22:10 +0100 |
commit | 50f42bd19fe752717823ba9ef1ffe932c47d05f4 (patch) | |
tree | 03361fe4ef5fb104ed2721a1630f8b706d4b1584 /certService/README.md | |
parent | 26d0f939632ed185e42f092beab94f525f99267d (diff) |
Create project structure
Issue-ID: AAF-995
Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>
Change-Id: Ib9e2314e96e3d3e1bdae8fccbab3f8047cec1329
Diffstat (limited to 'certService/README.md')
-rw-r--r-- | certService/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/certService/README.md b/certService/README.md new file mode 100644 index 00000000..63956e28 --- /dev/null +++ b/certService/README.md @@ -0,0 +1,20 @@ +# Cert service + +### For developers + * AAF Cert Service is a Spring Boot application + * Code style + Use Google code formatter in your IDE. + For IntelliJ use [https://plugins.jetbrains.com/plugin/8527-google-java-format] + For other IDEs use []https://github.com/google/google-java-format] + +### Running Locally + ``` + mvn spring-boot:run + + ``` + +### Project building + ``` + mvn clean package + + ``` |