2021年11月1日
摘要: 一、目录结构 二、代码 1、JdbcConfig 1 package cn.bijian.config; 2 3 import com.mchange.v2.c3p0.ComboPooledDataSource; 4 import org.springframework.beans.factory. 阅读全文
posted @ 2021-11-01 22:22 晨曦生辉耀匕尖 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 一、目录结构 二、代码 1、SpringConfiguration 1 package cn.bijian.config; 2 3 import org.springframework.context.annotation.ComponentScan; 4 import org.springfram 阅读全文
posted @ 2021-11-01 16:46 晨曦生辉耀匕尖 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 一、目录结构(AOP原理) 二、代码 1、AccountDao 1 package cn.bijian.dao; 2 3 import cn.bijian.model.Account; 4 5 import java.util.List; 6 7 public interface AccountDa 阅读全文
posted @ 2021-11-01 11:24 晨曦生辉耀匕尖 阅读(29) 评论(0) 推荐(0) 编辑