04 2021 档案
Spring开启属性注解支持
摘要:<context:annotation-config/> 在.xml文件中配置 阅读全文
posted @ 2021-04-26 02:16 时寒很苦恼 阅读(85) 评论(0) 推荐(0)
Spring的xml文件编写示例
摘要:<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2021-04-26 00:38 时寒很苦恼 阅读(182) 评论(0) 推荐(0)
Spring在pom.xml中的依赖
摘要:<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.13.RELEASE</version> </dependency> 这个依赖会将Sprin 阅读全文
posted @ 2021-04-26 00:14 时寒很苦恼 阅读(50) 评论(0) 推荐(0)