springboot+dubbo构建分布式架构遇到的问题总结

dubbo-spring-boot-start使用阿里官方提供的,网上有很多个版本,建议使用官方的

在提供者使用springaop的时候所提供的接口会被拦截,添加注解时

@Service(interfaceClass=CaptchaService.class)

当将提供者发布到公网环境时,本地将不可用提供者,设置/etc/hosts文件 47.93.63.10 计算机别名

你可能感兴趣的:(java,web)