Skip to content

mddeepaksoni/learning-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Spring

Build

This repository is mean't to serve as learning spring and its various modules like:

  • spring-core
  • spring-data
  • spring-rest

Contents

  • spring-data
    • spring-data-h2
    • spring data-jpa

Install

This project uses java and maven. Please follow the below bash instructions to install this project.

  1. Install java using homebrew. Skip this step in case its already installed and configured.
    brew cask install adoptopenjdk8
  2. Install maven using homebrew. Skip this step in case its already installed and configured.
    brew install maven
  3. Clone repository
    git clone https://github.com/mddeepaksoni/learning-spring.git
  4. Build
    cd learning-spring
    mvn clean install

Authors