This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.
Document | Description |
---|---|
CI Management | This document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis. |
Dependency Convergence | This document presents the convergence of dependency versions across the entire project, and its sub modules. |
Dependency Information | This document describes how to include this project as a dependency using various dependency management tools. |
Dependency Management | This document lists the dependencies that are defined through dependencyManagement. |
Distribution Management | This document provides informations on the distribution management of this project. |
About | A tool for data backup and consistency. Architecture and technologies: + the classic three-tier architecture is used: Model, DAO, Presentation; + [Spring 6 / Spring Boot 3](https://spring.io/) is the reference framework; + [SQLite](https://sqlite.org/) is the underlying database; + [Spring Data JPA](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/) with [Hibernate](https://hibernate.org/) is used as ORM; + JPA entities are separated objects; + `Finder` and DCI roles from [TheseFoolishThings](http://tidalwave.it/projects/thesefoolishthings) are used; + [SLF4J](https://slf4j.org) and [Logback](https://logback.qos.ch) are used for logging; + [TestNG](https://testng.org) and [Mockito](https://site.mockito.org/) are used for testing; + [Lombok](https://projectlombok.org) is used for cleaner code. |
Issue Management | This document provides information on the issue management system used in this project. |
Licenses | This document lists the project license(s). |
Project Modules | This document lists the modules (sub-projects) of this project. |
Plugin Management | This document lists the plugins that are defined through pluginManagement. |
Plugins | This document lists the build plugins and the report plugins used by this project. |
Source Code Management | This document lists ways to access the online source repository. |
Summary | This document lists other related information of this project |
Team | This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. |