
Spring
CptainLee
这个作者很懒,什么都没留下…
展开
-
org.springframework.transaction.CannotCreateTransactionException: Could not open
1.看看 用户名/密码是否正确 2.数据库是否启动 3.看看spring的数据库、事务等配置文件 我遇到这个问题是因为拷贝学习项目的时候,忘记改mysql密码了。。。。。原创 2016-11-15 19:58:38 · 7898 阅读 · 0 评论 -
Spring 配置 ——事务:aop:config切入
xml version="1.0" encoding="UTF-8"?> beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springfr原创 2017-01-10 21:05:26 · 550 阅读 · 0 评论 -
JPA EntityManagerFactory Vs Hibernate’s SessionFactory
原文链接:http://javabeat.net/jpa-entitymanager-vs-hibernate-sessionfactory/?utm_source=tuicool&utm_medium=referralIf you are using the JPA’s standard specification implementation (Read :Introduc翻译 2017-03-16 20:24:04 · 2881 阅读 · 0 评论 -
搭建spring框架的时候,web.xml中的spring相关配置,可以不用配置ContextLoaderListener(即只配DispatcherServlet)吗?
搭建spring框架的时候,web.xml中的spring相关配置,可以不用配置org.springframework.web.context.ContextLoaderListener吗(即只配org.springframework.web.servlet.DispatcherServlet)?可以,前提是,你不使用spring的控制反转(即Ioc),把spring mvc当Strut转载 2017-05-31 03:03:30 · 1559 阅读 · 0 评论