摘要:
报错信息 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.0. 原因 原因是 MySQLclient 目前只支持到 Python3.4,你使用了更高版 阅读全文
摘要:
Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.最近开始使用idea,上来就这么一个错误。搜索总结如下:我的依赖是这样的: provided 依赖只有在 阅读全文