This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
kske 872b71fbe9 Fix JPA validator warnings with explicit column names
Due to a bug in the JPA validator columns with camel case names are
flagged as missing (probably due to the case-insensitive nature of SQL).
This has been circumvented by assigning every column with a camel case
name a new name with underscores.

The inheritance strategy of the Contacts class has been changed to
single table for performance reasons.
2020-06-15 11:59:48 +02:00
2020-06-11 11:17:22 +02:00
2020-04-10 15:53:30 +02:00
2020-06-11 13:40:30 +02:00

envoy-server-standalone

Standalone server for the Envoy project

Description
An instant messaging application with a self-hostable server.
Readme 3.5 MiB
Languages
Java 98.4%
CSS 1.5%