摘要: ###通过maven依赖管理导入所需Jar包 注 : spring 需要导入commons-logging进行日志记录 . 我们利用maven , 他会自动下载对应的依赖项 . <dependency> <groupId>org.springframework</groupId> <artifact 阅读全文
posted @ 2022-09-04 16:34 面向CV工程师 阅读(59) 评论(0) 推荐(0)
摘要: ##Spring Ioc容器xml配置基本结构: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.or 阅读全文
posted @ 2022-09-04 16:19 面向CV工程师 阅读(42) 评论(0) 推荐(0)