Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试向服务实现类添加注释,如下所示:
@Component public class MyServiceImpl extends MyServiceBaseImpl { @ReadThroughSingleCache public String hello(String name){ ...... } }
这个注释不是这样工作的。Liferay 服务构建器是否支持此功能?或者有解决方法吗?