A holistic security-by-design framework
- JDK 1.8.0_latest
- Maven 3.x
Before moving on, make sure you have the required JDK and Maven version.
$ mvn -version
$ java -version
$ javac -version
sudo apt-get install maven
brew install maven
$ git clone git@github.com:ubitech/paasword-framework.git
$ cd paasword-framework
$ mvn clean install
$ cd app
$ mvn spring-boot:run