Skip to content

Implement message functionality in a SpringMVC app using Observer pattern

Notifications You must be signed in to change notification settings

antonogeo/messagapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Simple messaging implementation in a SpringMVC project, using the Observer pattern.

Technologies

Spring MVC, Spring Security, Hibernate, MySQL, JUnit

Installation

  1. Create a DB and run the /database/queries.sql

  2. Add your DB info to db.properties file.

  3. Build and run.

Test Credentials

Username : testUser (role: USER) Password : 123456

Username : testAdmin (role: ADMIN) Password : 123456

About

Implement message functionality in a SpringMVC app using Observer pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published