|
|
|
@ -6,6 +6,7 @@ import com.bnyer.common.swagger.annotation.EnableCustomSwagger2; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.context.annotation.ComponentScan; |
|
|
|
import org.springframework.retry.annotation.EnableRetry; |
|
|
|
import org.springframework.scheduling.annotation.EnableAsync; |
|
|
|
|
|
|
|
/** |
|
|
|
@ -19,6 +20,7 @@ import org.springframework.scheduling.annotation.EnableAsync; |
|
|
|
@ComponentScan(basePackages = "com.bnyer") |
|
|
|
@SpringBootApplication |
|
|
|
@EnableAsync |
|
|
|
@EnableRetry |
|
|
|
public class BnyerPayApplication |
|
|
|
{ |
|
|
|
public static void main(String[] args) |
|
|
|
|