加密失敗。
附加信息:
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.lang.IllegalArgumentException: Failed to decrypt.
數據庫連接配置設置成了加密。
<!--<property name="connectionProperties" value="config.decrypt=true"/>-->
<property name="connectionProperties" value="config.decrypt=false"/>
改成false。
設置不加密數據庫密碼。