tree: 3b4906ebcd3349292a3668d23c33b125a812fdef [path history] [tgz]
  1. src/
  2. LICENSE.txt
  3. pom.xml
  4. README.md
certService/README.md

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

```