去掉 <scope>provided</scope>

This commit is contained in:
liuchengqian 2022-05-06 09:41:29 +08:00
parent ecfe3a8a70
commit 5f680532b6

View File

@ -65,7 +65,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
<scope>provided</scope> <!-- <scope>provided</scope>-->
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>