Skip to content

Barista-matic is a simple Java EE application which makes use of Spring-MVC, Spring Security, Hibenrate, and Angular.JS.

Notifications You must be signed in to change notification settings

ganeshgitrepo/Barista-matic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Barista-matic

Barista-matic is a simple Java EE application which makes use of Spring-MVC, Spring Security, Hibernate, and Angular.JS.

Installation

To install the project, clone the Github repository and import the project into Eclipse. Make sure the OJBDC driver is installed in your local Maven repository (ojbdc6.jar) by navigating to the directory where the file is contained, and issue the following command in your Windows or Bash command line:

mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -Dfile=ojdbc6.jar -DgeneratePom=true

How to run

To run the project, execute the following Maven goal:

clean install tomcat7:run

About

Barista-matic is a simple Java EE application which makes use of Spring-MVC, Spring Security, Hibenrate, and Angular.JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published