摘要: package cn.liurui.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.sql.SQLException; /** * @author lijun * @date... 阅读全文
posted @ 2019-08-12 21:19 阿锐互联网 阅读(159) 评论(0) 推荐(0) 编辑
摘要: package cn.liurui.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import javax.sql.DataSource; import java.sql.Connection; imp... 阅读全文
posted @ 2019-08-12 21:18 阿锐互联网 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 一个小故事:小明今天给朋友赚钱呢,已经提交了,但是手机出问题了,导致自己的钱已经转出去了,但是小明的朋友没收到,这个是为什么呢? 我们首先来写写这个代码: 首先我们来写配置文件:applicationContext.xml 2,我们来看下业务层的接口代码: 3,我们来分析下: 从这张图上我们可以看出 阅读全文
posted @ 2019-08-12 21:16 阿锐互联网 阅读(386) 评论(0) 推荐(0) 编辑