Commit 45d2eb47 authored by 雍欢's avatar 雍欢

代码还原

parent fcff3d84
......@@ -9,8 +9,8 @@ import org.springframework.transaction.annotation.Transactional;
@Transactional("transactionManager")
public class GeneralRepository extends GeneralRepositorySuper {
// @PersistenceContext(unitName="system")
// @Qualifier(value = "entityManagerFactory")
@PersistenceContext(unitName = "system")
@Qualifier(value = "entityManagerFactory")
private EntityManager em;
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment