Parent project that holds module projects for the persistence of message data.
The project holds backend data for simple message management.
The erd-diagramm for this database looks as follows:
This erd-diagramm was created with Jeddict plugin from netbeans as JPA Modeler and Jeddict
The source code comes under the liberal MIT License, making message-system-data great for all types of applications that want to send and persist messages.
Maven dependency is now on sonatype. Check out sonatype repository for latest snapshots and releases.
Add the following maven dependencies to your project pom.xml
if you want to import the core functionality:
You can first define the version properties:
<properties>
...
<!-- message-system-data version -->
<message-system-data.version>3.11.0</message-system-data.version>
<message-system-business.version>${message-system-data.version}</message-system-business.version>
<message-system-domain.version>${message-system-data.version}</message-system-domain.version>
<message-system-entities.version>${message-system-data.version}</message-system-entities.version>
<message-system-init.version>${message-system-data.version}</message-system-init.version>
<message-system-rest-api.version>${message-system-data.version}</message-system-rest-api.version>
<message-system-rest-client.version>${message-system-data.version}</message-system-rest-client.version>
<message-system-rest-web.version>${message-system-data.version}</message-system-rest-web.version>
...
</properties>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-business:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-business</artifactId>
<version>${message-system-business.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-domain:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-domain</artifactId>
<version>${message-system-domain.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-entities:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-entities</artifactId>
<version>${message-system-entities.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-init:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-init</artifactId>
<version>${message-system-init.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-rest-api:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-rest-api</artifactId>
<version>${message-system-rest-api.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-rest-client:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-rest-client</artifactId>
<version>${message-system-rest-client.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of message-system-rest-web:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>message-system-rest-web</artifactId>
<version>${message-system-rest-web.version}</version>
</dependency>
...
</dependencies>
The source code for message-system-data are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of lightblueseas/message-system-data/fork
To share your changes, submit a pull request.
Don't forget to add new units tests on your changes.
Do not hesitate to contact the message-system-data developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the issues page.
No animals were harmed in the making of this library.
If you like this library, please consider a donation through