Code Monkey home page Code Monkey logo

spring-mvc-quick-start-kit's Introduction

Spring MVC Quick Start Kit

if you worked with Spring MVC framework, you probably awair of its basic configurations including Dispatcher and web xml files.

this repository based on maven and already had the basic configuration, all you need is cloneing and using it.

I downloaded this project from Mkyong site and changed and added other things to it

How to use it

it's so simple.

  1. just clone it and import/open it into your IDE (like IntelliJ or NetBeans) and then simply run it (your IDE will automatically compile and deploye it on your web service)

  2. you can also compile it using maven with following command:

    mvn clean install
    

    then copy the .war file (which will be created in target folder) and deploy it on your web server like tomcat

Verfiy

for checking is it working or not, just after doing previous step, go to {your-localhost-ip}:{port}/Spring-mvc and if it's working you should see a page with this message:

Spring MVC Quick Start Kit (SMQSK)

Welcome
if you see this page, it means I'm working

spring-mvc-quick-start-kit's People

Contributors

metair avatar nikle45 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.