Giter Club home page Giter Club logo

simplecontactswebappspring's Introduction

Simple Contacts App

This is a simple contacts app developed using Spring MVC, Maven and Hibernate with Java.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Tomcat 9
MySQL 5

Installing

Under src\main\resources\application.properties set up your MySQL settings.

#Database related properties
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost:3306/testDB
database.user=root
database.password=pass

For testing purposes hbm2ddl.auto is set to create-drop, which means after you close the live session, all of the data will be erased. You can also change this in properties file.

hibernate.hbm2ddl.auto=create-drop

After you're done setting it up just run it through your IDE with Tomcat and navigate to Tomcat homepage. http://localhost:8080

Built With

As my IDE I have used IntelliJ IDEA as it seemed to have the most features and easy-to-use interface. Maven made dependency management really easy. In general Spring made it really easy to build the system. I was also able to use .jsp files with MVC.

simplecontactswebappspring's People

Contributors

sonercirit avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.