An open API service indexing awesome lists of open source software.

https://github.com/htshame/messenger

Spring Framework + Spring Security + Postgres project
https://github.com/htshame/messenger

hibernate jpa jsp liquibase postgres rest slf4j spring-security springframework

Last synced: 27 days ago
JSON representation

Spring Framework + Spring Security + Postgres project

Awesome Lists containing this project

README

          

# messenger
Spring Framework + Spring Security + Postgres project

It's a simple web application. I did it as a test for one job interview a long time ago.
I'm sure, it has some bugs, as it wasn't properly tested, although, there was no need for it.

It uses Spring Framework, Spring Security, Liquibase, Hibernate, JPA, Jackson, slf4j, JSP. The database is Postgres.

The front-end is written using JSP and native JS (it was one of the conditions of the task). It's kind of a mess, so maybe later I'll create some proper front-end with Angular or Backbone, or maybe smth else.
Also, it doesn't have unit tests (it wasn't required).

I ran it on GlassFish4 server.

Use 'mvn clean install' to build the application.
Database name is 'zagnitko_messenger'.