Class AppSettingsService

java.lang.Object
com.nmontytskyi.monitoring.server.service.AppSettingsService

@Service public class AppSettingsService extends Object
Service providing typed read/write access to application-wide runtime settings.

Settings are stored as key-value pairs in the app_settings table via AppSettingsEntity. Changes take effect immediately without restarting the server. Managed settings include: email notification address, email enabled flag, data-retention windows, and dashboard auto-refresh interval.

Author:
Nazar Montytskyi
See Also:
  • Constructor Details

    • AppSettingsService

      public AppSettingsService()
  • Method Details