fix: update payment pom
This commit is contained in:
@@ -4,9 +4,6 @@ import org.springframework.boot.SpringApplication;
|
|||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
import org.wfc.common.security.annotation.EnableCustomConfig;
|
import org.wfc.common.security.annotation.EnableCustomConfig;
|
||||||
import org.wfc.common.security.annotation.EnableRyFeignClients;
|
import org.wfc.common.security.annotation.EnableRyFeignClients;
|
||||||
import org.wfc.common.swagger.annotation.EnableCustomSwagger2;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pay module
|
* Pay module
|
||||||
@@ -14,7 +11,6 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|||||||
* @author wfc
|
* @author wfc
|
||||||
*/
|
*/
|
||||||
@EnableCustomConfig
|
@EnableCustomConfig
|
||||||
@EnableCustomSwagger2
|
|
||||||
@EnableRyFeignClients
|
@EnableRyFeignClients
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class WfcPaymentApplication
|
public class WfcPaymentApplication
|
||||||
|
|||||||
Reference in New Issue
Block a user