We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89e049 commit 696ee24Copy full SHA for 696ee24
README.md
@@ -1,10 +1,17 @@
1
-# audit4j-microservice
+# Overview
2
3
Audit4j microservice is developed to fix following limitations in [Audit4j Core](https://github.com/audit4j/audit4j-core).
4
5
1. Audit4j core is not supported to embed in applications developed other than Java.
6
2. Audit4j core is not suitable for component based enterprise applications (Ex: SOA) which required to store Audit logs in a central location.
7
8
+# Getting Started
9
+
10
+## Prerequisites
11
+You need the following installed and available in your $PATH:
12
13
+* Java 8 (http://java.oracle.com)
14
+* Apache maven 3.0.4 or greater (http://maven.apache.org/)
15
16
## Build
17
0 commit comments