Giter VIP home page Giter VIP logo

java_ssm's Introduction

需求

开发一个在线文档任务管理工具

纯手工从0到1编码,没有使用脚手架

前端项目GitHub地址
后端项目GitHub地址

前端运行:
npm run dev
npm run ssr

后端运行: 使用Maven打包,Tomcat部署

访问: http://localhost:8421/todo

技术栈

JDK版本:1.8
编辑器:IDEA
源码管理:Git
包管理器:Maven
语言:Java
容器框架:Spring
MVC框架:SpringMVC
对象关系映射:MyBatis
数据库:MySQL

组织结构

src/main
    java
        controller
        dao
        dto
        entity
        filter
        service
        util
    resources
        config
            applicationContext.xml
            dispatcherServlet.xml
            jdbc.properties
            mybatis.xml
    webapp
        WEB-INF
            web.xml
        index.jsp
test
pom.xml

其它事项:

关闭防火墙:
netsh advfirewall set global StatefulFTP disable

IDEA中Maven依赖包下载不了的问题解决方案汇总

修改字体大小风格:
    File - Settings - Appearance & Behavior - Appearance - Override
    File - Settings - Editor - Colors & Fonts - Font - Save as - 重新定义

快捷键:
    包导入,继承实现导入:Alt+Enter
    复制:Ctrl+D
    移动:Ctrl+Shift+上/下

java_ssm's People

Contributors

su-rm-rf avatar

Watchers

 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.