我在aws服务器上使用带有基本身份验证安全性的spring boot for rest API服务,每次我重新部署服务或重新启动它进行任何修改时,它都需要10-15分钟才能开始返回响应,但是如果我尝试从aws内部调用其中一个API,它可以工作,但从外部调用时,每次都不能工作10-15分钟。
当我检查服务的日志文件时,每次请求都会到达服务,但在10-15分钟后没有返回响应,我开始得到响应。
下面是我调用任何api时编写的日志示例
-o、 s.security.web.filterchainproxy:保护get/api/v1/ext/version
-s、 s.w.c.securitycontextpersistencefilter:将securitycontextholder设置为空securitycontext
-s、 w.s.m.m.a.requestmappinghandlermapping:Map到com.service.controller.mycontroller#getversion()
-o、 s.s.a.dao.daoauthenticationprovider:已验证用户
-o、 s.s.w.a.公司。www.basicauthenticationfilter :将securitycontextholder设置为usernamepasswordauthenticationtoken[principal=org.springframework.security.core.userdetails.user[username=agado,password=[protected],enabled=true,accountnonexpired=true,credentialsnonexpired=true,accountnonlocked=true,authorities=[],credentials=[protected],authenticated=true,details=webauthenticationdetails[remoteipaddress=127.0.0.1,sessionid=null],授予的权限=[]
暂无答案!
目前还没有任何答案,快来回答吧!