We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c1b8e commit 58482a9Copy full SHA for 58482a9
1 file changed
opensabre-starter-boot/pom.xml
@@ -44,6 +44,12 @@
44
<groupId>io.github.opensabre</groupId>
45
<artifactId>opensabre-web</artifactId>
46
</dependency>
47
+ <!--servlet api支持-->
48
+ <dependency>
49
+ <groupId>jakarta.servlet</groupId>
50
+ <artifactId>jakarta.servlet-api</artifactId>
51
+ <scope>provided</scope>
52
+ </dependency>
53
<!--自省和监控的集成功能 -->
54
<dependency>
55
<groupId>org.springframework.boot</groupId>
0 commit comments