Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 317 Bytes

spring-core

Core modularized Spring functionalities.

Requirements

  • Java v. >= 17.0.5

Setup

  1. Clone spring-core repository
   /path/to/.../be $ git clone https://github.com/danielepiano/spring-core.git
  1. Install spring-core project
   /path/to/.../be/spring-core $ mvn clean install