kevin.Ho

Results 3 issues of kevin.Ho

使用spring mvc时,地址一直报404

问题:有个环境变量写在nacos中mytest.host,想让其支持动态更新,所以interface上加了@RefreshScope,结果服务报错无法启动 请求:或者有其他方式能支持动态更新吗? 详情: ``` @BaseRequest(baseURL = "#{mytest.host}") @RefreshScope public interface SonicClient { } ``` 报错信息: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'forestBeanRegister' defined in class path resource [com/dtflys/forest/springboot/ForestAutoConfiguration.class]: Bean instantiation...

增加了配置autoAcceptAlerts值为boolean类型的true,但是iOS真机上还是会没有处理权限弹窗信息