Unknown property auto-commit for type combaomidoudynamicdatasourcespringbootautoconfigurehikariHikariCpConfig applicationyml
The error message suggests that there is an issue with the configuration of the HikariCP connection pool in the application.yml file. Specifically, it seems that the property "auto-commit" is not recognized by HikariCP.
To fix this issue, you could try removing the "auto-commit" property from the HikariCP configuration in the application.yml file. Alternatively, you could check the documentation for the version of HikariCP that you are using to see if the "auto-commit" property is supported and if there is a different way to configure it.
原文地址: https://www.cveoy.top/t/topic/bFNQ 著作权归作者所有。请勿转载和采集!