随笔分类 -  springMvc

摘要:<?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 @ 2020-08-10 22:20 Hxf_007 阅读(110) 评论(0) 推荐(0)
摘要:一、组件型注解: @Component 在类定义之前添加@Component注解,他会被spring容器识别,并转为bean。 @Repository 对Dao实现类进行注解 (特殊的@Component) @Service 用于对业务逻辑层进行注解, (特殊的@Component) @Contro 阅读全文
posted @ 2020-08-09 22:35 Hxf_007 阅读(147) 评论(0) 推荐(0)
摘要:pom.xml文件 <dependencies> <dependency> <groupId>com.pinyougou</groupId> <artifactId>pinyougou_dao</artifactId> <version>1.0-SNAPSHOT</version> </depend 阅读全文
posted @ 2020-08-09 22:31 Hxf_007 阅读(115) 评论(0) 推荐(0)