Spring事务xml版

dao层 service层 package cn.itcast.day03.account; public class AccountServiceImpl implements AccountService {     private AccountDao ad;               public void setAd(AccountDao ad) {         this.ad =
相关文章
相关标签/搜索