摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.springframework.org/schema/mvc" 阅读全文
posted @ 2019-06-04 23:36 zhangqi0828 阅读(142) 评论(0) 推荐(0)
摘要: Tomcat的安装 下载Tomcat 官网 http://tomcat.apache.org/ 下载地址 http://tomcat.apache.org/download-70.cgi 启动Tomcat 进入tomcat/bin/startup.bat 测试Tomcat 打开浏览器输入以下地址: 阅读全文
posted @ 2019-06-04 23:02 zhangqi0828 阅读(98) 评论(0) 推荐(0)
摘要: 在Properties中添加Name:archetypeCatalog和Value:internal,如下图那样 在Properties中添加Name:archetypeCatalog和Value:internal,如下图那样 在Properties中添加Name:archetypeCatalog和 阅读全文
posted @ 2019-06-04 22:34 zhangqi0828 阅读(770) 评论(0) 推荐(0)
摘要: <!-- spring中的依赖注入 依赖注入: Dependency Injection IOC的作用: 降低程序间的耦合(依赖关系) 依赖关系的管理: 以后都交给spring来维护 在当前类需要用到其他类的对象,由spring为我们提供,我们只需要在配置文件中说明 依赖关系的维护: 就称之为依赖注 阅读全文
posted @ 2019-06-04 17:37 zhangqi0828 阅读(283) 评论(0) 推荐(0)