摘要: 1、新建项目导包 <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.0.RELEASE</version> </ 阅读全文
posted @ 2020-09-11 12:29 Spring_Xian 阅读(167) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2020-09-11 12:23 Spring_Xian 阅读(186) 评论(0) 推荐(0)
摘要: 1、别名 id:bean的唯一标识符,也就是相当于对象名 class:bean 对象的全限定名(包名加类型) name:也是别名,而且更高级 <alias name="hello" alias="hello2"></alias> 2、Bean的配置 <bean id="hello" class="c 阅读全文
posted @ 2020-09-11 11:14 Spring_Xian 阅读(199) 评论(0) 推荐(0)