|
@@ -1,6 +1,7 @@
|
|
|
package cn.com.qmth.examcloud.core.questions.api.client;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
import cn.com.qmth.examcloud.commons.web.redis.RedisClient;
|
|
@@ -18,6 +19,7 @@ import cn.com.qmth.examcloud.core.questions.api.response.GetDefaultQuestionsResp
|
|
|
* @company qmth
|
|
|
* @describle 试题对象服务
|
|
|
*/
|
|
|
+@Service
|
|
|
public class QuestionCloudServiceClient extends BasicCloudClientSupport implements QuestionCloudService{
|
|
|
|
|
|
private static final long serialVersionUID = 309315715614556772L;
|