Class IpCacheInitializer

java.lang.Object
com.bytedesk.core.ip_cache.IpCacheInitializer
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component public class IpCacheInitializer extends Object implements org.springframework.boot.CommandLineRunner
IP缓存初始化器 在应用启动时加载所有IP白名单和黑名单到缓存中
  • Field Details

  • Constructor Details

    • IpCacheInitializer

      public IpCacheInitializer()
  • Method Details

    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception