如何在Spring STS

时间:2017-07-06 06:47:05

标签: spring hibernate rest spring-boot service

我正在使用spring STS来开发具有嵌入式tc服务器的项目。我不知道导致这个问题的原因,但是我的休息服务总是超时60秒,即使我试图在@Transactional中保持超时= 100并且我尝试将值放在 jpa .xml中文件也是。谁能告诉我如何增加超时?

2 个答案:

答案 0 :(得分:2)

如果您使用的是RestTemplate,则应使用以下代码来实现超时

test_from_to_location_same

毫升配置

aws ec2 describe-network-acls \
  --output text \
  --network-acl-ids acl-c324a5a4 \
  --query 'NetworkAcls[*].Entries[?(RuleAction==`allow` && Egress==`true`)].{RN:RuleNumber}'

参考: Spring Boot REST API - request timeout?

Timeout webservice call from client side

答案 1 :(得分:1)

enter image description here

你好Dhari,

请双击嵌入式tomcat服务器。您可以根据需要修改超时秒数。请查看提供的屏幕截图。

More over your question is not related to increase the service timeout instead it should be server timeout which was pretty fishy to understand.Kindly update your question as suggested.