Commit dccd7414 authored by liaozan's avatar liaozan 🏀

Update BizId to support any type

parent 0ae1d1b6
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version> <version>2.7.12</version>
</parent> </parent>
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
...@@ -793,4 +793,4 @@ ...@@ -793,4 +793,4 @@
</profile> </profile>
</profiles> </profiles>
</project> </project>
\ No newline at end of file
...@@ -239,6 +239,11 @@ ...@@ -239,6 +239,11 @@
"type": "java.lang.String", "type": "java.lang.String",
"sourceType": "org.apache.dubbo.config.ApplicationConfig" "sourceType": "org.apache.dubbo.config.ApplicationConfig"
}, },
{
"name": "dubbo.application.qos-anonymous-allow-commands",
"type": "java.lang.String",
"sourceType": "org.apache.dubbo.config.ApplicationConfig"
},
{ {
"name": "dubbo.application.qos-enable", "name": "dubbo.application.qos-enable",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
...@@ -2035,6 +2040,11 @@ ...@@ -2035,6 +2040,11 @@
"type": "org.apache.dubbo.rpc.model.ScopeModel", "type": "org.apache.dubbo.rpc.model.ScopeModel",
"sourceType": "org.apache.dubbo.config.TracingConfig" "sourceType": "org.apache.dubbo.config.TracingConfig"
}, },
{
"name": "dubbo.tracing.tracing-exporter",
"type": "org.apache.dubbo.config.nested.ExporterConfig",
"sourceType": "org.apache.dubbo.config.TracingConfig"
},
{ {
"name": "dubbo.config-center.highest-priority", "name": "dubbo.config-center.highest-priority",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment