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
- Host: GitHub
- URL: https://github.com/htshame/messenger
- Owner: htshame
- Created: 2017-09-16T15:38:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T08:12:04.000Z (about 7 years ago)
- Last Synced: 2025-09-12T16:16:38.603Z (9 months ago)
- Topics: hibernate, jpa, jsp, liquibase, postgres, rest, slf4j, spring-security, springframework
- Language: Java
- Size: 300 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'.