ref 支付网关方式重构

This commit is contained in:
xxm1995
2023-12-18 22:29:23 +08:00
parent 2026ca0618
commit f25684deef
161 changed files with 8284 additions and 41 deletions

View File

@@ -3,6 +3,7 @@ package cn.bootx.platform.daxpay;
import org.apache.ibatis.annotations.Mapper;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.ComponentScan;
/**
* 管理端
@@ -11,5 +12,6 @@ import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
*/
@ConfigurationPropertiesScan
@MapperScan(annotationClass = Mapper.class)
@ComponentScan
public class DaxPaySingleGatewayApp {
}