Updated on 2026-09-24 GMT+08:00

Testing the Application

  1. Use the modified startup script to launch the application service and monitor the logs. If the logs shown in Figure 1 contain no error messages, the encryption plugin has been loaded successfully.

    Figure 1 Program runtime log

  2. By using tools such as Postman to invoke the application's APIs, you can retrieve data from the database, as shown in Figure 1.

    Figure 2 Viewing data in the database

  3. After completing all operations of the testing system, check the application directory to see if any SQL files that cannot be parsed have been generated; the file name is `sdk_fail_sql.sql`, and the file's directory is the user's home directory. For example, for the `trustz` user, the absolute path to this file is `/home/trustz/sdk_fail_sql.sql`.