我看别人的用例都能运行,我一样的代码这个继承了JpaRepository的接口就是注入不进去
你配置的数据库链接不对 , 应该是 jdbc:mysql://localhost..... , 你少了个 mysql , 加上去试试