MySQL Debug大全
nested exception is java.sql.SQLException: com.mysql.jdbc.Driver
下面还有个class not found 用的8的数据库connector的依赖版本低了
<!-- MySql -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
</dependency>
查询日期时,4-31会出bug
需要对最后一天进行判断,controller多花点功夫吧
查询漏天数?试试这个格式