上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
  2019年11月25日
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2019-11-25 12:32 小猪_佩奇 阅读(199) 评论(0) 推荐(0) 编辑
摘要: package com.hope.utils;import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect 阅读全文
posted @ 2019-11-25 00:32 小猪_佩奇 阅读(707) 评论(0) 推荐(0) 编辑
  2019年11月23日
摘要: package com.hope.service.impl;import com.hope.service.IAccountService;import org.aspectj.lang.annotation.Pointcut;import org.springframework.stereotyp 阅读全文
posted @ 2019-11-23 20:21 小猪_佩奇 阅读(336) 评论(0) 推荐(0) 编辑
摘要: package com.hope.utils;import org.aspectj.lang.ProceedingJoinPoint;/** * @author newcityman * @date 2019/11/22 - 23:29 * 记录日志的类 */public class Logger 阅读全文
posted @ 2019-11-23 19:12 小猪_佩奇 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2019-11-23 14:44 小猪_佩奇 阅读(763) 评论(0) 推荐(0) 编辑
  2019年11月22日
摘要: package com.hope.factory;import com.hope.service.IAccountService;import com.hope.utils.TransactionManager;import java.lang.reflect.InvocationHandler;i 阅读全文
posted @ 2019-11-22 22:26 小猪_佩奇 阅读(296) 评论(0) 推荐(0) 编辑
摘要: package com.hope.cglig;import com.hope.proxy.IProducer;import net.sf.cglib.proxy.Enhancer;import net.sf.cglib.proxy.MethodInterceptor;import net.sf.cg 阅读全文
posted @ 2019-11-22 18:20 小猪_佩奇 阅读(509) 评论(0) 推荐(0) 编辑
  2019年11月21日
摘要: package com.hope.utils;import javax.sql.DataSource;import java.sql.Connection;import java.sql.SQLException;/** * @author newcityman * @date 2019/11/21 阅读全文
posted @ 2019-11-21 23:19 小猪_佩奇 阅读(462) 评论(0) 推荐(0) 编辑
  2019年11月18日
摘要: //bean.xml配置文件 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS 阅读全文
posted @ 2019-11-18 23:55 小猪_佩奇 阅读(326) 评论(0) 推荐(0) 编辑
摘要: //配置文件bean.properties(注意书写顺序) accountService=com.itheima.service.impl.AccountServiceImplaccountDao=com.itheima.dao.impl.AccountDaoImpl package com.hop 阅读全文
posted @ 2019-11-18 21:51 小猪_佩奇 阅读(1027) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页