JHipster Liquibase 警告 SSL Mysql
JHipster Liquibase Warning SSL Mysql
当我对 liquibase 进行差异化时,我收到一条关于 SSL 连接的消息(见下文)
Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Jan 04, 2016 11:46:29 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
但我已经用 &useSSL=false
更改了 JHipster 文件(在开发和生产中)的每个 MySQL 连接属性文件。但是还是报错。
有人知道我是否需要更新另一个文件吗?
我使用的是最新版本的 JHipster (3.10.0)。
感谢您的帮助!
Liquibase diff 不使用 JHipster 应用程序属性文件,它只是介于 maven 和 liquibase 之间的东西,您是否在 pom.xml 中更改了此设置?
当我对 liquibase 进行差异化时,我收到一条关于 SSL 连接的消息(见下文)
Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Jan 04, 2016 11:46:29 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
但我已经用 &useSSL=false
更改了 JHipster 文件(在开发和生产中)的每个 MySQL 连接属性文件。但是还是报错。
有人知道我是否需要更新另一个文件吗?
我使用的是最新版本的 JHipster (3.10.0)。
感谢您的帮助!
Liquibase diff 不使用 JHipster 应用程序属性文件,它只是介于 maven 和 liquibase 之间的东西,您是否在 pom.xml 中更改了此设置?