EasyEE icon indicating copy to clipboard operation
EasyEE copied to clipboard

spring 事务失效 No EntityManager with actual transaction available for current thread

Open klguang opened this issue 7 years ago • 0 comments

<context:component-scan base-package="cn.easyproject.easyee">
<context:include-filter type="annotation" expression="org.springframework.stereotype.Controller"/> </context:component-scan>

<context:component-scan base-package="cn.easyproject.easyee" use-default-filters="false">
	<context:include-filter type="annotation" expression="org.springframework.stereotype.Controller"/>
</context:component-scan>

klguang avatar Mar 05 '18 08:03 klguang