摘要:
错误 Error updating database. Cause: java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed ### The error 阅读全文
摘要:
错误 Error creating bean with name 'transactionManager' defined in class path resource [spring-dao.xml]: Invocation of init method failed; nested except 阅读全文
摘要:
错误 Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-dao.xml]: Invocation of init method failed; nested excepti 阅读全文
摘要:
通过自定义类,切面来实现aop 要切入的方法类 package com.kuang.diy; public class DiyPoint { public void before(){ System.out.println(" 再方法之前执行了 "); } public void after(){ 阅读全文