Star Qin
Star Qin
公司:联蔚数科 城市:中国上海 邮箱:[[email protected]](mailto:[email protected]) Github ID: qinxingnet 核心功能包括: 1.一直使用dubbo, 由2.X 升级3.X 配合Nacos使用在内部应用的微服务中作为最主要的通信。目前还没升级到tripe协议,但已使用应用级服务发现,降低了nacos服务和探活压力。 2.希望3.X bug修复的快点。
I have also encountered similar error messages. In versions after Spring Gateway+Spring boot 3.0, the same path is also the opposite, or the hostUrl I provided is not used at...
But when I use the URL configuration under Swagger ui, I can correctly read it. I want to read the addresses of various microservices for Swagger ui to use when...
I have found a solution by using Java's classLoader principle to override the addUrl (String URL) method in the Swagger UiConfigParameters code, ```java public void addUrl(String url) { this.urls.forEach(elt ->...
看到 @CreateCache 打了删除标记,是准备以后使用QuickConfig手动建立缓存管理对象吗? 还是有替代的注解?
老兄的动作真快,点赞
```xml org.elasticsearch.client elasticsearch-rest-high-level-client ${elasticsearch.version} org.elasticsearch.client elasticsearch-rest-client ${elasticsearch.version} org.elasticsearch elasticsearch ${elasticsearch.version} ```