Code Monkey home page Code Monkey logo

ssm-demo's Introduction

SSM入门demo

介绍

前段时间学习了ssm框架,正好近期学校有个相关的作业,就使用了这套框架进行服务端的开发,我选择了RESTful接口的方式,也就是说,这个项目甚至不需要前端的页面也可以测试,因此,这是一个非常迷你的demo,但是入门ssm的大部分知识点都涉及了。希望对想要学习这个框架的同学提供一些参考,更希望得到大家的指正。

实现功能

  • 客户端可通过提供的url接口对资源进行增删查改
  • 对url做了一些简单的认证和权限管理

技术栈

Tomcat + Spring + SpringMVC + Mybatis + Mysql 

运行方式

# 在系统环境变量中配置好jvm和jre

# 将/out/artifacts/Contact_war文件夹解压到tomcat的/webapps目录,删除原有的ROOT文件夹,并重命名为ROOT。

# 进入tomcat的bin目录,linux运行./startup.sh,windows运行startup.bat。

项目解析

配置SSM框架

ssm-demo's People

Contributors

nicxia970112 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.