Getting started with REGARDS framework
Technology stack
REGARDS framework is built on top of Spring projects:
At the moment, the framework relies on:
- JDK Eclipse Temurin v17.0.3+
- Spring Boot
2.6.4
- Spring Cloud
2021.0.1
Bill Of Materials (i.e. BOM)
To use REGARDS framework building blocks, you have to import its BOM in your pom.xml.
note
All dependencies are expressed in term of Maven dependencies.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>fr.cnes.regards</groupId>
<artifactId>regards-dependencies</artifactId>
<version>3.0.0-RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Starters
REGARDS framework provides building blocks (aka starters) to ease modules and microservices development.
Go to the dedicated section to learn more.
Modules
REGARDS framework provides common modules to manage jobs, plugins, templates and workspaces.