Skip to content

Simple message system that persists messages or emails in the database

License

Notifications You must be signed in to change notification settings

lightblueseas/message-system-data

Repository files navigation

Overview

Parent project that holds module projects for the persistence of message data.

The project holds backend data for simple message management.

ERD-Diagramm

The erd-diagramm for this database looks as follows: erd-diagramm

This erd-diagramm was created with Jeddict plugin from netbeans as JPA Modeler and Jeddict

License

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.

Build status

Codacy Badge Build Status

Maven Central

Maven Central

Maven dependency

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>

Open Issues

Open Issues

Want to Help and improve it?

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.

Contacting the Developer

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.

Note

No animals were harmed in the making of this library.

Donate

If you like this library, please consider a donation through Flattr this

About

Simple message system that persists messages or emails in the database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages