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
小猪_佩奇
阅读(202)
推荐(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
小猪_佩奇
阅读(712)
推荐(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
小猪_佩奇
阅读(340)
推荐(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
小猪_佩奇
阅读(1611)
推荐(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
小猪_佩奇
阅读(810)
推荐(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
小猪_佩奇
阅读(301)
推荐(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
小猪_佩奇
阅读(518)
推荐(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
小猪_佩奇
阅读(466)
推荐(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
小猪_佩奇
阅读(346)
推荐(0)
摘要:
//配置文件bean.properties(注意书写顺序) accountService=com.itheima.service.impl.AccountServiceImplaccountDao=com.itheima.dao.impl.AccountDaoImpl package com.hop
阅读全文
posted @ 2019-11-18 21:51
小猪_佩奇
阅读(1038)
推荐(0)