摘要: 用SSM搭建的项目,部署时出现了以下错误 Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing th 阅读全文
posted @ 2016-11-04 22:38 小猴子爱吃桃 阅读(5764) 评论(0) 推荐(0)
摘要: 开始写代码之前,我们先来看一下spring MVC概念。一张图能够清晰得说明。 除了controller,我们需要编写大量代码外,其余的都可以通过配置文件直接配置。 MVC的本质即是将业务数据的抽取和业务数据的呈现分开来。controller是连接model和View的桥梁,在这一层,主要是业务逻辑 阅读全文
posted @ 2016-11-04 09:59 小猴子爱吃桃 阅读(8366) 评论(0) 推荐(0)