tron-sdk icon indicating copy to clipboard operation
tron-sdk copied to clipboard

libs 下的jar 有项目源码

Open myb858 opened this issue 4 years ago • 6 comments

我用tomcat maven 依赖加载发现tron-wallet 下有tomcat 核心包导致无法载入,能提供下项目吗

myb858 avatar Oct 11 '20 08:10 myb858

我抽时间改一下吧

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: 考拉 <[email protected]> 发送时间: 2020年10月11日 16:02 收件人: prettyCoders/tron-sdk <[email protected]> 抄送: Subscribed <[email protected]> 主题: 回复:[prettyCoders/tron-sdk] libs 下的jar 有项目源码 (#1)

我用tomcat maven 依赖加载发现tron-wallet 下有tomcat 核心包导致无法载入,能提供下项目吗

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

prettyCoders avatar Oct 13 '20 12:10 prettyCoders

不明白为啥要把各个依赖项的源码整合成一个jar包这样引入,gradle引入不行吗,是什么原因呢

1726431685 avatar Oct 22 '20 09:10 1726431685

因为这个项目是整合了另外两三个库,其中有个库的mvn不好使,就用gradle了

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: 上官铁柱 <[email protected]> 发送时间: 2020年10月22日 17:38 收件人: prettyCoders/tron-sdk <[email protected]> 抄送: prettyCoders <[email protected]>, Comment <[email protected]> 主题: 回复:[prettyCoders/tron-sdk] libs 下的jar 有项目源码 (#1)

不明白为啥要把各个依赖项的源码整合成一个jar包这样引入,gradle引入不行吗,是什么原因呢

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

prettyCoders avatar Oct 22 '20 10:10 prettyCoders

官方的wallet-cli.jar也有问题,`*************************** APPLICATION FAILED TO START


Description:

Parameter 0 of method consulServiceRegistry in org.springframework.cloud.consul.serviceregistry.ConsulServiceRegistryAutoConfiguration required a bean of type 'com.ecwid.consul.v1.ConsulClient' that could not be found.

Action:

Consider defining a bean of type 'com.ecwid.consul.v1.ConsulClient' in your configuration.`

guang-guang avatar Nov 08 '20 09:11 guang-guang

麻烦问一下wallet-cli包你们如何引入maven的啊

nathan-du avatar Jan 08 '21 04:01 nathan-du


APPLICATION FAILED TO START


Description:

Parameter 0 of method consulServiceRegistry in org.springframework.cloud.consul.serviceregistry.ConsulServiceRegistryAutoConfiguration required a bean of type 'com.ecwid.consul.v1.ConsulClient' that could not be found.

Action:

Consider defining a bean of type 'com.ecwid.consul.v1.ConsulClient' in your configuration.

Process finished with exit code 1

遇到同样问题

laopaoer-wallet avatar Nov 25 '21 07:11 laopaoer-wallet