-
Updated
Jun 9, 2022 - Java
dubbo
Here are 722 public repositories matching this topic...
Nacos 2.1.0无法创建新的配置
Hey, I found a little problem. if I configure a data-id without file extensions in extension-configs , but config content type is yaml. then there is a proble, configuration is invalid. because the configuration is parsed by properties. so I want to add fileExtension field in NacosConfigProperties.Config.
我发现一个小问题, 如果在extension-configs里的data-id没有带文件后缀,并且配置内容格式是yaml或者其他类型,那么这个配置就
-
Updated
Jun 10, 2022 - Java
-
Updated
Nov 1, 2021 - Java
-
Updated
Feb 14, 2022 - Java
-
Updated
Jun 9, 2022 - Java
-
Updated
Jun 10, 2022 - Go
-
Updated
Jan 12, 2022 - Java
-
Updated
Sep 9, 2021 - Java
-
Updated
Apr 28, 2022 - Java
// java
public class CommentServiceImpl implements CommentService {
public boolean isForbidsSpeak(Long bookId, Long userId);
public boolean isForbidsSpeak(Long bookId, Long userId, String ip);
......
}
// go
type CommentServiceProvider struct{}
func (p *CommentServiceProvider) IsForbidsSpeak(ctx context.Context, params []interface{}) (interface{}, error) {
-
Updated
Oct 22, 2021 - Java
-
Updated
Jun 10, 2022 - Java
-
Updated
Jul 2, 2018 - Java
-
Updated
Apr 15, 2022 - Java
-
Updated
May 17, 2019
-
Updated
Jun 6, 2022 - Java
-
Updated
Mar 25, 2022 - Java
-
Updated
Mar 9, 2022 - Shell
-
Updated
Feb 14, 2019 - Java
Each module should be able to run independently, accordingly, it needs a README.md to show how it works and which functionality it's intended to show is.
Improve this page
Add a description, image, and links to the dubbo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dubbo topic, visit your repo's landing page and select "manage topics."


Environment
Steps to reprod