This repository is mean't to serve as learning spring and its various modules like:
- spring-core
- spring-data
- spring-rest
- spring-data
- spring-data-h2
- spring data-jpa
This project uses java
and maven
. Please follow the below bash
instructions to install this project.
- Install
java
usinghomebrew
. Skip this step in case its already installed and configured.brew cask install adoptopenjdk8
- Install
maven
usinghomebrew
. Skip this step in case its already installed and configured.brew install maven
- Clone repository
git clone https://github.com/mddeepaksoni/learning-spring.git
- Build
cd learning-spring mvn clean install