"...git@gitlab.schbrain.com:panwangnan/schbrain-parent.git" did not exist on "7d30e603d1aa2f88e04c518e0efe2479bd078e47"
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>
......
......@@ -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