spring boot : how to set db2 encryption password for column value encryption
问题 I want to set db2 encryption password command when spring boot starts a connection with my db2. Basically some of the columns in my table are encrypted. I tried hibernate mapper @ColumnTransformer(read="decrypt_char(COLUMN_NAME,'password')",write="encrypt(?,'password')"). That does not work. After some look around I found that I have to set the encryption password with the following command when the database connection is established from spring boot application properties file. SET