build 嵌入前端项目处理, 支持webhistory模式

This commit is contained in:
bootx
2024-10-06 17:24:06 +08:00
parent 7bfc936ae6
commit 21957cd100
8 changed files with 114 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/unipay/assist/channel/auth")
@RequiredArgsConstructor
public class ChannelAuthController {
public class ChannelUniAuthController {
private final ChannelAuthService channelAuthService;