java.lang.IllegalArgumentException: Failed to decrypt.

Original link: https://blog.csdn.net/lycyl/article/details/88314526

java.lang.IllegalArgumentException:Failed to decrypt

As can be seen from the wrong, the decryption fails.

The reason is that you place the database connection configuration, set up encryption. which is:

config.decrypt = true
be changed:

config.decrypt = false
problem can be resolved.

Guess you like

Origin blog.csdn.net/qq_42859864/article/details/102662686