摘要: spring,springmvc,spirngboot的区别,忘记就看这里 1、javaweb就是mvc的架构(因为是web项目,需要tomcat支持) 2、spirng是集合了AOP和IOC,也就是快速创建对象和控制对象业务的方法 3、springmvc是在spring基础上,基于mvc的原理简化 阅读全文
posted @ 2025-06-24 22:01 乘加法 阅读(19) 评论(0) 推荐(0)