Skip to content

Commit

Permalink
modify name
Browse files Browse the repository at this point in the history
  • Loading branch information
527515025 committed Mar 20, 2020
1 parent 974255c commit cd637c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">

<dubbo:application name="${dubbo.application.name}" owner="middle" organization="middle" logger="slf4j"/>
<dubbo:application name="${dubbo.application.name}" owner="abel" organization="abel" logger="slf4j"/>

<dubbo:registry protocol="zookeeper" address="${dubbo.registry.address}" file="false" client="curator"
group="${dubbo.registry.group}" version="${dubbo.registry.version}"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<contextName>middle_metadata</contextName>
<contextName>abel_user</contextName>

<!-- 控制台输入日志信息 -->
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<contextName>middle_metadata</contextName>
<contextName>abel_user</contextName>

<!-- 控制台输入日志信息 -->
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
Expand Down

0 comments on commit cd637c5

Please sign in to comment.