我将Spring Boot + MySQL连接从基于Tomcat的切换到HikariCP。
我看了文档,我感到很困惑。 Here他们说:
与此同时,recomended settings site他们反其道而行:
In order to get the best performance out of MySQL, these are some of our recommended settings.
dataSourceClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
dataSource.url=jdbc:mysql://localhost/database
dataSource.user=test
...
我错过了什么吗?我使用了MysqlDataSource,它似乎有效,这里的交易是什么?