摘要: 连接mysql库报的异常信息: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is 阅读全文
posted @ 2019-11-25 15:54 陈彦斌 阅读(4765) 评论(0) 推荐(0) 编辑
摘要: 配置依赖项 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mave 阅读全文
posted @ 2019-11-25 15:04 陈彦斌 阅读(522) 评论(0) 推荐(0) 编辑
摘要: java接口文件 package com.cyb.ms.mapper; import org.apache.ibatis.annotations.Param; public interface AccountMapper { void update(@Param("name") String nam 阅读全文
posted @ 2019-11-25 14:43 陈彦斌 阅读(925) 评论(0) 推荐(1) 编辑