# markerhub **Repository Path**: zhanghaoliang/markerhub ## Basic Information - **Project Name**: markerhub - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://zhuanlan.zhihu.com/p/145734947 mysql和mybatis和mybatisplus和druid版本问题 第一种配置:mysql5版本 1.mysql 5.5.36 2.mysql-connector-java 5.1.44 3.mybatis-plus 3.2.0 4.druid 1.1.21 总结:druid监控界面出不来,其余功能好使 (starter版本过高,和MySQLdriver的版本对不上,在pom.xml中把版本改成1.1.10就好了) 第二种配置:mysql5版本 1.mysql 5.5.36 2.mysql-connector-java 5.1.44 3.mybatis-plus 3.2.0 4.druid 1.1.10 总结:druid监控界面可以出来,但是localDateTime不兼容(druid 1.1.21版本才开始兼容LocalDateTime) mysql-connector-java与Mysql、Java的对应版本 https://blog.csdn.net/lingeio/article/details/93487770 Druid发布1.1.21版本,修复mybatisplus 3.2 LocalDateTime类型不兼容问题 https://github.com/alibaba/druid/releases/tag/1.1.21 关于druid控制台访问不到404的问题 https://blog.csdn.net/u012385160/article/details/102826455 解决:java.sql.SQLFeatureNotSupportedException https://blog.csdn.net/EasternUnbeaten/article/details/100015242