-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Springboot使用时,必须要依赖spring-boot-starter-web吗? #76
Comments
Jprotobuf-rpc-socket 只在test测试时会依赖spring web的,你那边还有更多的stacktrace吗? |
下面是环境配置 SpringBoot: 2.5.6 <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<!-- 提供spring boot扩展 -->
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf-rpc-spring-starter</artifactId>
<version>4.1.9</version>
</dependency>
</dependencies> 刚试了下, 去掉杂七杂八的, 什么都不写, 就一个空的项目, 依赖了 |
发布了4.1.9,你升级一下试一下 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
SpringBoot: 2.5.6
Jprotobuf-rpc-socket: 4.1.8
不加这个的话, 服务端启动时报错:
The text was updated successfully, but these errors were encountered: