springmvc和springboot的差别

跟風遠走 提交于 2020-01-08 09:10:04

  springmvc默认的前端代码和资源webapp中,而springboot默认在static,public等,那么还有什么显著差别吗?

  spring的配置:spring.application.name: article (spring boot下无效) spring boot的配置:server.servlet.context-path: /article

 

参考博文:https://blog.csdn.net/android_app_2012/article/details/100866376

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!