1620461912 发表于 2016-12-2 16:38:14

servlet

自己新建的servlet 调用SystemService 但是systemService为null,要配置哪里吗?
       @Autowired
        private SystemService systemService;
        public SystemService getSystemService() {
                return systemService;
        }
页: [1]
查看完整版本: servlet