2019年11月25日
摘要: package com.hope.test;import com.hope.domain.Account;import com.hope.service.IAccountService;import config.SpringConfiguration;import org.junit.Test;i 阅读全文
posted @ 2019-11-25 21:14 小猪_佩奇 阅读(224) 评论(0) 推荐(0) 编辑
摘要: package com.hope.service.impl;import com.hope.dao.IAccountDao;import com.hope.domain.Account;import com.hope.service.IAccountService;import org.spring 阅读全文
posted @ 2019-11-25 19:49 小猪_佩奇 阅读(996) 评论(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-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) 编辑