|
|
@ -1,6 +1,8 @@ |
|
|
|
package com.gitee.sop.bridge; |
|
|
|
package com.gitee.sop.bridge; |
|
|
|
|
|
|
|
|
|
|
|
import com.gitee.sop.gatewaycommon.gateway.configuration.AlipayGatewayConfiguration; |
|
|
|
import com.gitee.sop.gatewaycommon.gateway.configuration.AlipayGatewayConfiguration; |
|
|
|
|
|
|
|
import org.springframework.boot.autoconfigure.AutoConfigureBefore; |
|
|
|
|
|
|
|
import org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration; |
|
|
|
import org.springframework.context.annotation.Configuration; |
|
|
|
import org.springframework.context.annotation.Configuration; |
|
|
|
import org.springframework.context.annotation.Import; |
|
|
|
import org.springframework.context.annotation.Import; |
|
|
|
|
|
|
|
|
|
|
@ -10,5 +12,6 @@ import org.springframework.context.annotation.Import; |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Configuration |
|
|
|
@Configuration |
|
|
|
@Import(AlipayGatewayConfiguration.class) |
|
|
|
@Import(AlipayGatewayConfiguration.class) |
|
|
|
|
|
|
|
@AutoConfigureBefore(RibbonAutoConfiguration.class) |
|
|
|
public class SopGatewayAutoConfiguration { |
|
|
|
public class SopGatewayAutoConfiguration { |
|
|
|
} |
|
|
|
} |
|
|
|