Skip to content

mod-construction/mod-dlm-server-spring

mod-dlm-server-logo

mod-dlm-spring-server

build status build status npm version License

mod-dlm-server is an open-source REST server for storing and querying element data described using the mod-dlm domain-specific language (DSL). This project provides tools for defining entity models and automatically generating CRUD APIs, enabling suppliers to create and manage catalogs of their products easily.

You can always find the most up-to-date API documentation here: mod-dlm API Docs

The server is generated automatically using the OpenAPI Generator.

  • API version: 1.1.0
  • Build date: 2025-06-04T08:15:16.967754158Z[Etc/UTC]
  • Generator version: 7.14.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.SpringCodegen

Requirements

Building the API client library requires Maven to be installed.

Installation

To install the API client library to your local Maven repository, simply execute:

mvn install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn deploy

Refer to the official documentation for more information.

Maven users

Add this dependency to your project's POM:

<dependency>
    <groupId>construction.mod</groupId>
    <artifactId>dlm-server</artifactId>
    <version>1.1.0</version>
    <scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "construction.mod:dlm-server:1.1.0"

Others

At first generate the JAR by executing:

mvn package

Then manually install the following JARs:

  • target/dlm-server-1.1.0.jar
  • target/lib/*.jar

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages