摘要: 阅读全文
posted @ 2023-10-31 21:15 1stzz1 阅读(12) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-31 20:48 1stzz1 阅读(14) 评论(0) 推荐(0)
摘要: 代码示例: public interface UserDao {} public class UserDaoImpl implements UserDao {} public interface UserService {} public class UserServiceImpl implemen 阅读全文
posted @ 2023-10-31 20:23 1stzz1 阅读(19) 评论(0) 推荐(0)
摘要: 代码示例: public static void main(String[] args) { //创建一个工厂对象 DefaultListableBeanFactory beanFactory = new DefaultListableBeanFactory(); //创建一个读取器(读xml文件) 阅读全文
posted @ 2023-10-31 19:52 1stzz1 阅读(20) 评论(0) 推荐(0)