Skip to content
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

启动项目报错 #1182

Closed
w22296437978 opened this issue Aug 28, 2019 · 4 comments
Closed

启动项目报错 #1182

w22296437978 opened this issue Aug 28, 2019 · 4 comments

Comments

@w22296437978
Copy link

w22296437978 commented Aug 28, 2019

添加wx-java-mp-spring-boot-starter启动后报错,找不到redis.clients.jedis.JedisPool
我的项目里依赖里包含了spring-boot-starter-data-redis,并且我没有配置使用mp使用redis

@binarywang
Copy link
Member

可能这是个问题,需要修复下

@binarywang
Copy link
Member

@lkqm 如果有时间帮忙看下吧

@lkqm
Copy link

lkqm commented Aug 28, 2019

@binarywang 一会我修复下

@lkqm
Copy link

lkqm commented Aug 28, 2019

问题是由jedis依赖丢失, 已经修复并提PR, 等待合并, 稍后引入新版本依赖, 或者可以考虑在pom.xml中添加依赖:

<dependency>
    <groupId>redis.clients</groupId>
    <artifactId>jedis</artifactId>
    <version>3.1.0</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants