Giter Site home page Giter Site logo

springtest's Introduction

一个测试spring全家的项目

  • spring、springMVC、SpringBoot是三个东西
  • spring主要就是IOC容器和AOP
  • springMVC是java web开发的一个框架,依赖或基于spring
  • SpringBoot有点类似脚手架,继承和自动配置spring和springMVC,以及更方便集成其他框架

模块

分模块最主要的是,依赖不同,配置环境不同。

  1. chapter3 深入浅出springboot的章节3测试
  2. chapter6 类比1
  3. javaservlet 原生javaservlet的测试,方便理解springMVC
  4. sourcetest springboot包括spring和springMVC的源码测试
  5. springmvc springMVC测试及原理
  6. stest spring的其他测试

spring

  1. 主要是IOC(依赖注入)和AOP
  2. IOC主要是ApplicationContext容器,依赖beanFactory接口,通过反射构造对象,并把对象组合起来。(实例化、组合、装配)

结构修改

  1. 目前的结构让很很头大,所以变更一下吧
  2. 其他几个先不用动,因为依赖部分比较混乱一点
  3. 使用章节进行分拆实在是愚蠢
  4. 算了,下次

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.