-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不使用sofa boot,使用spring boot parent,依赖tracer-sofa-boot-starter时启动报错 #448
Comments
I think you could import sofaboot-dependencies in dependencyManagement, e.g. <dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>${sofa.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement> |
@dkwdjq can you provide more info for this issue, such as |
有办法解决吗 |
@vacuityv 参考前面 @nobodyiam 反馈的方式试一下,如果有问题的话,可以把错误信息贴到这里。 |
错误信息如下: 各位大佬有空帮忙看下 @khotyn |
@vacuityv this was solved via sofastack/sofa-boot#944, you may use more recent versions, e.g. 3.18.0 |
公司内部项目无法替换依赖的parent为sofa boot,只能使用spring boot parent,在这种情况下想要使用tracer-sofa-boot-starter,怎么解决
The text was updated successfully, but these errors were encountered: