摘要: 1 阅读全文
posted @ 2022-06-04 21:59 王广元 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Spring开发相应的Maven依赖 <!-- https://mvnrepository.com/artifact/org.springframework/spring-web --> <dependency> <groupId>org.springframework</groupId> <art 阅读全文
posted @ 2022-06-04 21:37 王广元 阅读(18) 评论(0) 推荐(0) 编辑
摘要: UserDao接口 package com.wang.dao; public interface UserDao { public void getUser(); } UserDaoImpl实现类 public class UserDaoImpl implements UserDao { @Over 阅读全文
posted @ 2022-06-04 16:52 王广元 阅读(17) 评论(0) 推荐(0) 编辑
分享到: