JAVA框架发展史

最初是Struts+ Spring + Hibernate。

后来演变为Struts2 + Spring + Hibernate。

后来随着Spring的强大以及Struts漏洞上的等等问题,演变成为了Spring + SpringMVC + Hibernate/Mybatis 互联网这块比较常见的是Mybatis。

最近也慢慢演变为了Springboot + Mybatis。

原文:https://blog.csdn.net/kingscoming/article/details/78837809

原文地址:https://www.cnblogs.com/shendandan/p/8967318.html