mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
polish #761 update rocketmq bus pkg name for Greenwich
This commit is contained in:
parent
a94a2e8797
commit
098ec40641
@ -14,7 +14,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* 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;
|
import static org.springframework.cloud.bus.SpringCloudBusClient.INPUT;
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
# EnvironmentPostProcessor
|
# EnvironmentPostProcessor
|
||||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||||
org.springframework.cloud.bus.rocketmq.env.RocketMQBusEnvironmentPostProcessor
|
com.alibaba.cloud.bus.rocketmq.env.RocketMQBusEnvironmentPostProcessor
|
Loading…
x
Reference in New Issue
Block a user