aboutsummaryrefslogtreecommitdiffstats
path: root/certService/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'certService/README.md')
-rw-r--r--certService/README.md20
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
+
+ ```