Driver com.p6spy.engine.spy.P6SpyDriver claims to not accept jdbcUrl报错
报错如下:
解决方案:修改p6spy连接mysql的驱动为如下
spring.datasource.driver-class-name=com.p6spy.engine.spy.P6SpyDriver
spring.datasource.url=jdbc:mysql://localhost:3306/backend-api?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8