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.
envoy-server-standalone
Standalone server for the Envoy project
Languages
Java
98.4%
CSS
1.5%