mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-11-09 16:57:14 +08:00
build(extension/crud): 排除 SaToken Starter 中的 Web 依赖
This commit is contained in:
@@ -28,6 +28,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.continew</groupId>
|
<groupId>top.continew</groupId>
|
||||||
<artifactId>continew-starter-auth-satoken</artifactId>
|
<artifactId>continew-starter-auth-satoken</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 文件处理模块 - Excel -->
|
<!-- 文件处理模块 - Excel -->
|
||||||
|
|||||||
Reference in New Issue
Block a user