Java开发主流框架有哪些

目前的主流框架是springboot,多数公司的新项目都将是springboot,多数公司的老项目可能是ssm,未来框架趋势借用springboot的一句话,约定大于配置,未来封装的应该会更加严密,程序员将更多的着眼于代码的整体优化与业务逻辑。
现在都是 spring 全家桶的天下了。有些很老的项目用的是 spring + Struts + hibernate 也就是所谓的 ssh ,其中还夹杂着一些 dwr 框架的用法,非常难受。

之后稍微年代没那么久远的就用 spring + springmvc + mybatis 也就是 ssm 用起来稍微好点,但是也一堆配置啊。

现在好了,开发用的都是 SpringBoot + JPA / Mybatis + SpringSecurity / Shiro + vue.js / React(前端)。基本零配置,用得非常多模块时,还引入 SpringCloud 微服务,按模块拆分开发。效率贼高。









http://www.duopintech.com/
http://www.duopintech.com/wap/
http://www.duopintech.com/index.html
http://www.duopintech.com/about.html
http://www.duopintech.com/videoshow.html
http://www.duopintech.com/contact.html
http://duopintech.com/

猜你喜欢

转载自blog.csdn.net/seoandsem/article/details/88552464