Skip to content

Commit

Permalink
polish alibaba#761 update rocketmq bus pkg name for Greenwich
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjian0423 committed Jul 24, 2019
1 parent f285faf commit 853fb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.bus.rocketmq.env;
package com.alibaba.cloud.bus.rocketmq.env;

import static org.springframework.cloud.bus.SpringCloudBusClient.INPUT;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# EnvironmentPostProcessor
org.springframework.boot.env.EnvironmentPostProcessor=\
org.springframework.cloud.bus.rocketmq.env.RocketMQBusEnvironmentPostProcessor
com.alibaba.cloud.bus.rocketmq.env.RocketMQBusEnvironmentPostProcessor

0 comments on commit 853fb47

Please sign in to comment.