摘要: 一 spring概述 1.1 web项目开发中的耦合度问题 在servlet中需要调用service中的方法,则需要在servlet类中通过new关键字创建service 的实例 public interface productService{ public list<product> list p 阅读全文
posted @ 2022-10-30 13:58 万神· 阅读(55) 评论(0) 推荐(0)