Skip to content

Commit b7417ef

Browse files
author
夜色
committed
mpush版本升级到0.8.0
1 parent 9ddd63e commit b7417ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mpush-test/src/main/java/com/mpush/test/spi/SimpleCacheMangerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author ohun@live.cn (夜色)
3030
*/
31-
@Spi(order = 0)
31+
@Spi(order = 2)
3232
public final class SimpleCacheMangerFactory implements CacheManagerFactory {
3333
@Override
3434
public CacheManager get() {

mpush-test/src/main/java/com/mpush/test/spi/SimpleDiscoveryFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author ohun@live.cn (夜色)
3030
*/
31-
@Spi(order = 0)
31+
@Spi(order = 2)
3232
public final class SimpleDiscoveryFactory implements ServiceDiscoveryFactory {
3333
@Override
3434
public ServiceDiscovery get() {

mpush-test/src/main/java/com/mpush/test/spi/SimpleMQClientFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author ohun@live.cn (夜色)
3030
*/
31-
@Spi(order = 0)
31+
@Spi(order = 2)
3232
public final class SimpleMQClientFactory implements com.mpush.api.spi.common.MQClientFactory {
3333
private MQClient mqClient = new MQClient() {
3434
@Override

mpush-test/src/main/java/com/mpush/test/spi/SimpleRegistryFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author ohun@live.cn (夜色)
3030
*/
31-
@Spi(order = 0)
31+
@Spi(order = 2)
3232
public final class SimpleRegistryFactory implements ServiceRegistryFactory {
3333
@Override
3434
public ServiceRegistry get() {

0 commit comments

Comments
 (0)