JEECG技术论坛 - 基于BPM的低代码开发平台's Archiver
首页
›
Jeecg经验分享
› servlet
1620461912
发表于 2016-12-2 16:38:14
servlet
自己新建的servlet 调用SystemService 但是systemService为null,要配置哪里吗?
@Autowired
private SystemService systemService;
public SystemService getSystemService() {
return systemService;
}
页:
[1]
查看完整版本:
servlet