The premise

To use SystemProperties to set parameters, a system application is required

Pay attention to the point

  1. Parameter names must start with sys.* or persist. Sys.*, such as sys.control.some

  2. If the parameter starts with sys.*, the parameter will disappear after the restart. Only the persist. Sys.* will actually be written, and the value will remain after restart