Skip to content

Java web-app using Spring RESTful MVC, store data in a relational database, and can be deployable to Tomcat.

Notifications You must be signed in to change notification settings

felipebizz/brigthtalk-realm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brigthtalk-Realm

Java web-app using Spring RESTful MVC that store data in a relational database, and can be deployable to Tomcat.

Build Status

Used Tecnologies

  • Java 8
  • spring-webmvc
  • hibernate
  • Jackson API for JSON/XML
  • Log4j
  • Tomcat 7
  • MySQL

How to run:

First of all create a database called BRIGHTTALK at mySQL.

  • Clone project

      cd brightalk-realm
    

    mvn clean install

  • Starting Server

    mvn tomcat7:run

Endpoints Available

http://localhost:8080/service/user/realm/create
http://localhost:8080/service/user/realm/all
http://localhost:8080/service/user/realm/{id}

About

Java web-app using Spring RESTful MVC, store data in a relational database, and can be deployable to Tomcat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages