qiyaTech / javaCrawling

"奇伢爬虫"是基于sprint boot 、 WebMagic 实现 微信公众号文章、新闻、csdn、info等网站文章爬取,可以动态设置文章爬取规则、清洗规则,基本实现了爬取大部分网站的文章。
317 stars 170 forks source link

支付宝的服务是怎么用 #7

Open ty4cheung opened 5 years ago

ty4cheung commented 5 years ago

com.qiya.framework.coreservice.alipay.AliMpService

ty4cheung commented 5 years ago

2019-04-08 17:23:58 [restartedMain] ERROR o.s.boot.SpringApplication - Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aliMpService' defined in URL Caused by: java.lang.IllegalStateException: Failed to introspect bean class [com.qiya.framework.coreservice.alipay.AliMpService] for persistence metadata: could not find class that it depends on

tryEve commented 4 years ago

com.qiya.framework.coreservice.alipay.AliMpService 我要遇到了这个问题

tryEve commented 4 years ago

Failed to introspect bean class [com.qiya.framework.coreservice.alipay.AliMpService] for persistence metadata: could not find class that it depends on

tryEve commented 4 years ago

Caused by: java.lang.NoClassDefFoundError: Lcom/alipay/api/AlipayClient; Caused by: java.lang.ClassNotFoundException: com.alipay.api.AlipayClient