Commit dccd7414 authored by liaozan's avatar liaozan 🏀

Update BizId to support any type

parent 0ae1d1b6
......@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
<version>2.7.12</version>
</parent>
<groupId>com.schbrain.framework</groupId>
......@@ -793,4 +793,4 @@
</profile>
</profiles>
</project>
\ No newline at end of file
</project>
......@@ -239,6 +239,11 @@
"type": "java.lang.String",
"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",
"type": "java.lang.Boolean",
......@@ -2035,6 +2040,11 @@
"type": "org.apache.dubbo.rpc.model.ScopeModel",
"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",
"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