Persistence

image

在web层不能注入中间件的bean.
要在WEB层访问数据库可以使用DataManager:
@Inject
DataManager dataManager;

我已经利用服务层实现!谢谢!