An open API service indexing awesome lists of open source software.

https://github.com/jferrl/java-edi-archetype-template


https://github.com/jferrl/java-edi-archetype-template

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# java-edi-archetype-template

This is a template for Java practices for [EDI](https://www.unileon.es/estudiantes/oferta-academica/grados/grado-en-ingenieria-informatica/plan-estudios?id=0709018&cursoa=2023) subject of the degree [Grado en Ingeniería Informática](https://www.unileon.es/estudios/grado/ingenieria-informatica) of the [University of León](https://www.unileon.es/).

This repository tends to be a template for Java projects, with a monorepo structure, and a CI/CD pipeline.

## Requirements

### Install maven

### Ubuntu

```bash
sudo apt install maven
```

### Windows

To install Maven on Windows, we head over to the Apache Maven site to download the latest version and select the Maven zip file, for example, apache-maven-3.8.4-bin.zip.

Then, we unzip it to the folder where we want Maven to live.

### MacOS

```bash
brew install maven
```

## How to use

### Clone

```bash
git clone
```

### Test

```bash
mvn verify
```