SYMBOL INDEX (2405 symbols across 439 files) FILE: SpringBoot-Admin/src/main/java/com/xiao/spring/boot/admin/SpringBootAdminApplication.java class SpringBootAdminApplication (line 16) | @Configuration method main (line 21) | public static void main(String[] args) FILE: SpringBoot-Custom-Elasticsearch-Starter/Custom-Elasticsearch-Starter-Autoconfig/src/main/java/com/xiao/custom/elasticsearch/start/autoconfig/ElasticsearchAutoConfiguration.java class ElasticsearchAutoConfiguration (line 34) | @Configuration method restHighLevelClient (line 41) | @Bean method destroy (line 123) | @Override FILE: SpringBoot-Custom-Elasticsearch-Starter/Custom-Elasticsearch-Starter-Autoconfig/src/main/java/com/xiao/custom/elasticsearch/start/autoconfig/properties/ElasticsearchProperties.java class ElasticsearchProperties (line 18) | @Data FILE: SpringBoot-Custom-Elasticsearch-Starter/Custom-Elasticsearch-Starter-Autoconfig/src/main/java/com/xiao/custom/elasticsearch/start/autoconfig/properties/HostInfo.java class HostInfo (line 13) | @Data FILE: SpringBoot-Custom-Elasticsearch-Starter/Custom-Elasticsearch-Starter-Example/src/main/java/com/xiao/custom/elasticsearch/starter/example/ElasticsearchApplication.java class ElasticsearchApplication (line 14) | @SpringBootApplication method main (line 17) | public static void main(String[] args) FILE: SpringBoot-Custom-Elasticsearch-Starter/Custom-Elasticsearch-Starter-Example/src/test/java/com/xiao/custom/elasticsearch/starter/example/ElasticsearchApplicationTest.java class ElasticsearchApplicationTest (line 73) | @RunWith(SpringRunner.class) method testQuery (line 87) | @Test method testBulkRequest (line 127) | public void testBulkRequest() method testBulkProcessor (line 184) | @Test method testInsert (line 256) | @Test method testGetIndex (line 332) | @Test method testUpdate (line 388) | @Test method testDel (line 481) | @Test method testCreateIndex (line 521) | @Test method testIndexExist (line 569) | @Test method testDelIndex (line 587) | @Test method testOpenAndCloseIndex (line 640) | @Test method setOptionParams (line 658) | private void setOptionParams(AcknowledgedRequest request) method testAnalysis (line 679) | @Test FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/config/RestTemplateConfiguration.java class RestTemplateConfiguration (line 51) | @Configuration method okHttpHttpRequestFactory (line 66) | @Bean method httpPoolRequestFactory (line 91) | @Bean method restTemplate (line 136) | @Bean method retryService (line 160) | @Bean method httpClientService (line 175) | @Bean method asyncHttpClientService (line 192) | @Bean method buildOkHttpsClient (line 208) | private OkHttpClient.Builder buildOkHttpsClient() method buildSslContext (line 222) | private SSLContext buildSslContext() method buildTrustManagers (line 238) | private TrustManager[] buildTrustManagers() FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/config/properties/HttpPoolProperties.java class HttpPoolProperties (line 16) | @Component FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/config/properties/OkHttpProperties.java class OkHttpProperties (line 16) | @Component FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/dto/Request.java class Request (line 14) | @Data FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/interceptor/RestInterceptor.java class RestInterceptor (line 31) | @Slf4j method intercept (line 58) | @Override method filtrationHeaders (line 80) | private Map filtrationHeaders(HttpHeaders httpHeaders) FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/log/annotation/RequestLogAspect.java class RequestLogAspect (line 27) | @Aspect method logAnnotatison (line 49) | @Pointcut("@annotation(com.xiao.custom.rest.starter.autoconfigure.log.... method execute (line 63) | @Around("logAnnotatison()") method subParams (line 134) | private String subParams(String toJsonString) FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/log/dto/HttpRequestLog.java class HttpRequestLog (line 15) | @Data FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/log/service/HttpRequestLogService.java type HttpRequestLogService (line 13) | public interface HttpRequestLogService method saveRequestLog (line 22) | void saveRequestLog(HttpRequestLog requestLog); FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/service/HttpClientService.java type HttpClientService (line 14) | public interface HttpClientService method doForObject (line 24) | T doForObject(Request request); method doRequest (line 26) | T doRequest(Request request); method getForObject (line 28) | T getForObject(Request request); method postFormData (line 38) | ResponseEntity postFormData(Request request); FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/service/impl/HttpClientAsyncServiceImpl.java class HttpClientAsyncServiceImpl (line 22) | @Slf4j method HttpClientAsyncServiceImpl (line 27) | public HttpClientAsyncServiceImpl(HttpRetryService retryService) method doForObject (line 40) | @Override method doRequest (line 53) | @Override method getForObject (line 74) | @Override method postFormData (line 94) | @Override method futureResult (line 107) | private T futureResult(CompletableFuture tCompletableFuture, Re... FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/service/impl/HttpClientServiceImpl.java class HttpClientServiceImpl (line 26) | @Slf4j method HttpClientServiceImpl (line 38) | public HttpClientServiceImpl(HttpRetryService retryService) method doForObject (line 51) | @Override method doRequest (line 100) | @Override method getForObject (line 119) | @Override method postFormData (line 138) | @Override FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/service/impl/HttpRetryService.java class HttpRetryService (line 51) | public class HttpRetryService method HttpRetryService (line 55) | public HttpRetryService(RestTemplate restTemplate) method postForObject (line 71) | @Retryable(value = SocketTimeoutException.class, maxAttempts = 3, back... method postFormData (line 92) | @Retryable(value = SocketTimeoutException.class, maxAttempts = 3, back... method getForObject (line 112) | @Retryable(value = SocketTimeoutException.class, maxAttempts = 3, back... method doRequest (line 141) | @Retryable(value = SocketTimeoutException.class, maxAttempts = 3, back... FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/util/RequestValidatorParamsUtil.java class RequestValidatorParamsUtil (line 16) | @Slf4j method validateParams (line 19) | public static boolean validateParams(Request request) FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Autconfigure/src/main/java/com/xiao/custom/rest/starter/autoconfigure/util/ThreadLocalUtil.java class ThreadLocalUtil (line 14) | public class ThreadLocalUtil method getThreadLocal (line 18) | public static Map getThreadLocal() method get (line 31) | public static Object get(String key) method put (line 49) | public static void put(String key, Object value) method remove (line 68) | public static void remove(String key) method remove (line 83) | public static void remove() FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Example/src/main/java/com/xiao/custom/rest/example/RestExampleApp.java class RestExampleApp (line 14) | @SpringBootApplication method main (line 17) | public static void main(String[] args) FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Example/src/main/java/com/xiao/custom/rest/example/log/impl/HttpLogServiceImpl.java class HttpLogServiceImpl (line 17) | @Service method saveRequestLog (line 28) | @Override FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Example/src/test/java/com/xiao/custom/rest/example/RestTemplateStarterAppTest.java class RestTemplateStarterAppTest (line 15) | @RunWith(SpringRunner.class) FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Example/src/test/java/com/xiao/custom/rest/example/httpclient/HttpClientTest.java class HttpClientTest (line 17) | public class HttpClientTest extends RestTemplateStarterAppTest method testHttpGet (line 22) | @Test FILE: SpringBoot-Custom-Rest-Starter/SpringBoot-Custom-Rest-Example/src/test/java/com/xiao/custom/rest/example/template/RestTemplateTest.java class RestTemplateTest (line 16) | public class RestTemplateTest extends RestTemplateStarterAppTest method testRest (line 21) | @Test FILE: SpringBoot-Stock-Demo/doc/stock.sql type `t_stock_demo` (line 1) | CREATE TABLE `t_stock_demo`( type `t_order_demo` (line 12) | CREATE TABLE `t_order_demo`( type `t_stock_change_log_demo` (line 23) | CREATE TABLE `t_stock_change_log_demo`( FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/StockDemoApplication.java class StockDemoApplication (line 16) | @SpringBootApplication(scanBasePackages = "com.purcotton.stock.demo", ex... method main (line 20) | public static void main(String[] args) FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/common/StockOptTypeEnum.java type StockOptTypeEnum (line 11) | public enum StockOptTypeEnum method StockOptTypeEnum (line 21) | StockOptTypeEnum(String optType, String optName) method getOptType (line 27) | public String getOptType() method getOptName (line 32) | public String getOptName() FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/configure/DataSourceConfiguration.java class DataSourceConfiguration (line 10) | @Configuration method dataSource (line 26) | @Bean(name = "dataSource") FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/configure/RedissonConfiguration.java class RedissonConfiguration (line 19) | @Configuration method config (line 34) | @Bean method redissonClient (line 43) | @Bean method threadPoolTaskExecutor (line 49) | @Bean FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/entity/OrderDemo.java class OrderDemo (line 11) | @Data FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/entity/StockChangeLodDemo.java class StockChangeLodDemo (line 11) | @Data FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/entity/StockDemo.java class StockDemo (line 11) | @Data FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/mapper/OrderDemoMapper.java type OrderDemoMapper (line 9) | public interface OrderDemoMapper method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Long id); method insert (line 21) | int insert(OrderDemo record); method insertSelective (line 27) | int insertSelective(OrderDemo record); method selectByPrimaryKey (line 33) | OrderDemo selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 39) | int updateByPrimaryKeySelective(OrderDemo record); method updateByPrimaryKey (line 45) | int updateByPrimaryKey(OrderDemo record); method getOrderByNo (line 48) | OrderDemo getOrderByNo(String orderNo); method updateByOrderNo (line 51) | int updateByOrderNo(@Param("orderNo") String orderNo, @Param("status")... FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/mapper/StockChangeLodDemoMapper.java type StockChangeLodDemoMapper (line 9) | public interface StockChangeLodDemoMapper method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Long id); method insert (line 21) | int insert(StockChangeLodDemo record); method insertSelective (line 27) | int insertSelective(StockChangeLodDemo record); method selectByPrimaryKey (line 33) | StockChangeLodDemo selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 39) | int updateByPrimaryKeySelective(StockChangeLodDemo record); method updateByPrimaryKey (line 45) | int updateByPrimaryKey(StockChangeLodDemo record); method selectByOrderNo (line 55) | StockChangeLodDemo selectByOrderNo(@Param("orderNo") String orderNo, @... FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/mapper/StockDemoMapper.java type StockDemoMapper (line 9) | public interface StockDemoMapper method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Long id); method insert (line 21) | int insert(StockDemo record); method insertSelective (line 27) | int insertSelective(StockDemo record); method selectByPrimaryKey (line 33) | StockDemo selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 39) | int updateByPrimaryKeySelective(StockDemo record); method updateByPrimaryKey (line 45) | int updateByPrimaryKey(StockDemo record); method queryByProduct (line 56) | StockDemo queryByProduct(@Param("productNo") String productNo, @Param(... method preStock (line 65) | int preStock(StockDemo tempStock); FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/rest/StockRestService.java class StockRestService (line 24) | @RestController method preStock (line 45) | @RequestMapping("/preStock") method releaseStock (line 58) | @RequestMapping("/releaseStock") method warehouse (line 86) | @RequestMapping("/warehouse") method addStock (line 106) | @RequestMapping("/addStock") method optStock (line 121) | public int optStock(String productNo, String shopCode, int num, StockO... FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/service/StockDemoService.java type StockDemoService (line 17) | public interface StockDemoService method preStock (line 25) | long preStock(StockDemo stockDemo); method releaseStock (line 33) | long releaseStock(StockDemo stockDemo); method outHourse (line 41) | long outHourse(StockDemo stockDemo); method addStock (line 51) | long addStock(StockDemo stockDemo); method getOrderByNo (line 58) | OrderDemo getOrderByNo(String orderNo); FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/service/impl/StockDemoServiceImpl.java class StockDemoServiceImpl (line 39) | @Service method preStock (line 61) | @Override method addOrder (line 181) | @Transactional(rollbackFor = Exception.class) method updateOrderStatus (line 194) | @Transactional(rollbackFor = Exception.class) method releaseStock (line 206) | @Override method outHourse (line 335) | @Override method addStock (line 467) | @Override method getOrderByNo (line 583) | @Override method optStock (line 589) | @Transactional(rollbackFor = Exception.class, propagation = Propagatio... method checkStock (line 595) | private boolean checkStock(StockDemo stockDemo, String optType) method saveChangeLog (line 615) | @Transactional(rollbackFor = Exception.class, propagation = Propagatio... method saveStockChangeLog (line 634) | private Long saveStockChangeLog(StockDemo stockDemo, StockOptTypeEnum ... FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/util/OrderNoUtil.java class OrderNoUtil (line 12) | @Component method snowflakeId (line 37) | public synchronized long snowflakeId() method snowflakeId (line 42) | public synchronized long snowflakeId(long workerId, long dataCenterId) method buildOrderNo (line 53) | public String buildOrderNo() method buildOrderItemNo (line 58) | public String buildOrderItemNo() method buildDeliveryNo (line 68) | public String buildDeliveryNo() method buildAdvanceSaleOrderNo (line 78) | public String buildAdvanceSaleOrderNo() method buildHaitaoOrderNo (line 88) | public String buildHaitaoOrderNo() method buildInOrderNo (line 100) | public String buildInOrderNo() method buildPintuanOrderNo (line 110) | public String buildPintuanOrderNo() method buildPintuanOrderItemNo (line 120) | public String buildPintuanOrderItemNo() method buildTuanNo (line 130) | public String buildTuanNo() FILE: SpringBoot-Stock-Demo/src/main/java/com/xiao/stock/demo/util/StockUtil.java class StockUtil (line 16) | public class StockUtil method getLockPath (line 26) | public static String getLockPath(String productNo, String shopCode) method getOrderLockPath (line 37) | public static String getOrderLockPath(String orderNo) FILE: SpringCloud-Canal/src/main/java/com/alibaba/canal/simple/ClientSample.java class ClientSample (line 20) | public class ClientSample method main (line 22) | public static void main(String[] args) method printEntry (line 70) | private static void printEntry(List entrys) method printColumns (line 161) | private static void printColumns(List columns) FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/CanalSimpleApplication.java class CanalSimpleApplication (line 14) | @SpringBootApplication method main (line 17) | public static void main(String[] args) FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/canal/CanalClientService.java class CanalClientService (line 33) | @Component method CanalClientService (line 62) | @Autowired method destroy (line 69) | @Override method onApplicationEvent (line 88) | @Override method start (line 101) | private void start() method processBinlog (line 122) | private void processBinlog() method processData (line 163) | private void processData(List entrys) method parseKey (line 252) | private Long parseKey(List columns) method check (line 264) | private void check() method init (line 277) | private void init() method close (line 301) | private void close() FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/canal/CanalConfig.java class CanalConfig (line 15) | @Configuration FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/DataEvent.java class DataEvent (line 13) | @Data FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/DataEventFactory.java class DataEventFactory (line 16) | public class DataEventFactory implements EventFactory method newInstance (line 18) | @Override FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/DisruptorConsumer.java class DisruptorConsumer (line 29) | @Slf4j method DisruptorConsumer (line 40) | public DisruptorConsumer(DisruptorService disruptorService, Executor e... method onEvent (line 46) | @Override method onEvent (line 60) | @Override FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/DisruptorExceptionHandler.java class DisruptorExceptionHandler (line 15) | @Slf4j method DisruptorExceptionHandler (line 20) | public DisruptorExceptionHandler(DisruptorService disruptorService) method handleEventException (line 28) | @Override method handleOnStartException (line 42) | @Override method handleOnShutdownException (line 53) | @Override FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/DisruptorProducer.java class DisruptorProducer (line 29) | @Component method DisruptorProducer (line 60) | @Autowired method send (line 93) | public void send(List dataList) method translator (line 111) | private void translator(TableData tableData) method destroy (line 118) | @Override method onApplicationEvent (line 129) | @Override method doStart (line 136) | private void doStart() FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/DisruptorThreadFactory.java class DisruptorThreadFactory (line 14) | public class DisruptorThreadFactory implements ThreadFactory method DisruptorThreadFactory (line 24) | private DisruptorThreadFactory(final String namePrefix, final boolean ... method newThread (line 38) | @Override method create (line 58) | public static ThreadFactory create(final String namePrefix, final bool... FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/TableData.java class TableData (line 13) | @Data FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/service/DisruptorService.java type DisruptorService (line 13) | public interface DisruptorService method execute (line 22) | void execute(TableData tableData); FILE: SpringCloud-Canal/src/main/java/com/xiao/springcloud/disruptor/service/impl/DisruptorServiceImpl.java class DisruptorServiceImpl (line 18) | @Service method execute (line 31) | @Override method initAllCacheService (line 47) | private void initAllCacheService() method onApplicationEvent (line 53) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/SkywalkingService.java type SkywalkingService (line 18) | public interface SkywalkingService method skywalking (line 20) | String skywalking(String test); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/code/FastJsonCodec.java class FastJsonCodec (line 25) | @Slf4j method FastJsonCodec (line 35) | public FastJsonCodec() method getMapValueDecoder (line 98) | @Override method getMapValueEncoder (line 104) | @Override method getMapKeyDecoder (line 110) | @Override method getMapKeyEncoder (line 116) | @Override method getValueDecoder (line 122) | @Override method getValueEncoder (line 128) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/code/SerializerObject.java class SerializerObject (line 18) | @Data FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/conf/RedissonConfig.java class RedissonConfig (line 20) | @Configuration method getYamlFromConfig (line 39) | private String getYamlFromConfig() throws IOException method config (line 57) | @Bean method redissonClient (line 70) | @Bean(destroyMethod = "shutdown") FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/dto/EntryDto.java class EntryDto (line 13) | @Data FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/local/SpringGuavaCacheConfig.java class SpringGuavaCacheConfig (line 19) | @Configuration method cacheManager (line 22) | @Bean FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/service/CacheService.java type CacheService (line 17) | public interface CacheService method get (line 28) | String get(String key); method set (line 38) | void set(String key, String value); method batchSet (line 47) | void batchSet(List> list); method set (line 58) | void set(String key, String value, long leaseTime); method getObject (line 68) | T getObject(String key); method setObject (line 78) | void setObject(String key, T value); method batchSetObj (line 87) | void batchSetObj(List> objs); method setObject (line 98) | void setObject(String key, T value, long leaseTime); method hget (line 109) | T hget(String key, String field); method hset (line 120) | void hset(String key, String field, T value); method hgetAll (line 130) | Map hgetAll(String key); method hsetAll (line 140) | void hsetAll(String key, Map maps); method batchHset (line 149) | void batchHset(List>> maps); method addSet (line 159) | void addSet(String key, T value); method getSet (line 169) | Set getSet(String key); method removeSet (line 179) | void removeSet(String key, T value); method batchGet (line 189) | List batchGet(List keys); method batchGetMap (line 199) | List> batchGetMap(List keys); method delObject (line 208) | void delObject(String key); method delMap (line 217) | void delMap(String key); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/service/DistributedService.java type DistributedService (line 20) | public interface DistributedService method getRLock (line 33) | RLock getRLock(String lockKey); method autoReleaseRLock (line 45) | RLock autoReleaseRLock(String lockKey, long leaseTime, TimeUnit unit); method tryLock (line 56) | RLock tryLock(String lockKey, long timeout); method tryLockAutoRelease (line 69) | RLock tryLockAutoRelease(String lockKey, long timeout, long leaseTime,... method getFairRLock (line 79) | RLock getFairRLock(String lockKey); method autoReleaseRFairLock (line 91) | RLock autoReleaseRFairLock(String lockKey, long leaseTime, TimeUnit un... method tryFairLock (line 102) | RLock tryFairLock(String lockKey, long timeout); method tryFairLockAutoRelease (line 115) | RLock tryFairLockAutoRelease(String lockKey, long timeout, long leaseT... method getReadWriteLock (line 126) | RLock getReadWriteLock(String lockKey, boolean isWrite); method autoReleaseReadWriteLock (line 139) | RLock autoReleaseReadWriteLock(String lockKey, boolean isWrite, Long l... method tryReadWriteLock (line 151) | RLock tryReadWriteLock(String lockKey, boolean isWrite, long timeout); method tryReadWriteLockAutoRelease (line 165) | RLock tryReadWriteLockAutoRelease(String lockKey, boolean isWrite, lon... method getRCountDownLatch (line 176) | RCountDownLatch getRCountDownLatch(String key, int count); method countDown (line 185) | void countDown(String key); method unRLock (line 194) | void unRLock(String lockKey); method unRLock (line 203) | void unRLock(RLock rLock); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/service/impl/CacheServiceRedisImpl.java class CacheServiceRedisImpl (line 26) | @Service method get (line 45) | @Override method set (line 65) | @Override method batchSet (line 82) | @Override method set (line 105) | @Override method getObject (line 120) | @Override method setObject (line 135) | @Override method batchSetObj (line 149) | @Override method setObject (line 172) | @Override method hget (line 188) | @Override method hset (line 204) | @Override method hgetAll (line 219) | @Override method hsetAll (line 233) | @Override method batchHset (line 247) | @Override method addSet (line 269) | @Override method getSet (line 284) | @Override method removeSet (line 297) | @Override method batchGet (line 311) | @Override method batchGetMap (line 331) | @Override method delObject (line 350) | @Override method delMap (line 364) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/cache/service/impl/DistributedServiceRedissonImpl.java class DistributedServiceRedissonImpl (line 24) | @Service method getRLock (line 45) | @Override method autoReleaseRLock (line 63) | @Override method tryLock (line 80) | @Override method tryLockAutoRelease (line 112) | @Override method getFairRLock (line 137) | @Override method autoReleaseRFairLock (line 155) | @Override method tryFairLock (line 172) | @Override method tryFairLockAutoRelease (line 204) | @Override method getReadWriteLock (line 231) | @Override method autoReleaseReadWriteLock (line 259) | @Override method tryReadWriteLock (line 286) | @Override method tryReadWriteLockAutoRelease (line 324) | @Override method getRCountDownLatch (line 352) | @Override method countDown (line 367) | @Override method unRLock (line 381) | @Override method unRLock (line 395) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/conf/FeignConfiguration.java class FeignConfiguration (line 22) | @Configuration method feignWebRegistrations (line 26) | @Bean class FeignRequestMappingHandlerMapping (line 39) | private static class FeignRequestMappingHandlerMapping extends Request... method isHandler (line 41) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/DataEventFactory.java class DataEventFactory (line 17) | public class DataEventFactory implements EventFactory method newInstance (line 19) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/DisruptorConsumer.java class DisruptorConsumer (line 30) | @Slf4j method DisruptorConsumer (line 41) | public DisruptorConsumer(DisruptorService disruptorService, Executor e... method onEvent (line 47) | @Override method onEvent (line 61) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/DisruptorExceptionHandler.java class DisruptorExceptionHandler (line 16) | @Slf4j method DisruptorExceptionHandler (line 21) | public DisruptorExceptionHandler(DisruptorService disruptorService) method handleEventException (line 29) | @Override method handleOnStartException (line 43) | @Override method handleOnShutdownException (line 54) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/DisruptorProducer.java class DisruptorProducer (line 30) | @Component method DisruptorProducer (line 61) | @Autowired method send (line 94) | public void send(BasisData basisData) method translator (line 109) | private void translator(BasisData basisData) method destroy (line 121) | @Override method doStart (line 132) | public void doStart() method onApplicationEvent (line 157) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/DisruptorThreadFactory.java class DisruptorThreadFactory (line 14) | public class DisruptorThreadFactory implements ThreadFactory method DisruptorThreadFactory (line 24) | private DisruptorThreadFactory(final String namePrefix, final boolean ... method newThread (line 38) | @Override method create (line 58) | public static ThreadFactory create(final String namePrefix, final bool... FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/data/BasisData.java class BasisData (line 14) | @Setter FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/data/DataEvent.java class DataEvent (line 13) | @Data FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/data/EventEnum.java type EventEnum (line 11) | public enum EventEnum method EventEnum (line 20) | EventEnum(String event) method getEvent (line 25) | public String getEvent() FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/event/ServiceEvent.java class ServiceEvent (line 15) | @Setter method ServiceEvent (line 27) | public ServiceEvent(Object source, String event) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/service/DisruptorService.java type DisruptorService (line 13) | public interface DisruptorService method execute (line 22) | void execute(BasisData data); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/disruptor/service/impl/DisruptorServiceImpl.java class DisruptorServiceImpl (line 18) | @Service method execute (line 31) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/eureka/LoadBalancerAspect.java class LoadBalancerAspect (line 28) | @Slf4j method reconstructURIAround (line 36) | @Around(value = "execution (* org.springframework.cloud.client.loadbal... FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/exception/AbstractServiceException.java type AbstractServiceException (line 8) | public interface AbstractServiceException { method getCode (line 13) | Integer getCode(); method getMessage (line 18) | String getMessage(); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/exception/CommonException.java class CommonException (line 10) | public class CommonException extends RuntimeException { method CommonException (line 31) | public CommonException(Integer code, String errorMessage) { method CommonException (line 37) | public CommonException(AbstractServiceException exception) { method getCode (line 43) | public Integer getCode() { method setCode (line 47) | public void setCode(Integer code) { method getErrorMessage (line 51) | public String getErrorMessage() { method setErrorMessage (line 55) | public void setErrorMessage(String errorMessage) { method throwEx (line 59) | public static CommonException throwEx(AbstractServiceException e) { FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/exception/CommonExceptionEnum.java type CommonExceptionEnum (line 8) | public enum CommonExceptionEnum implements AbstractServiceException method CommonExceptionEnum (line 20) | CommonExceptionEnum(Integer code, String message) method getCode (line 30) | @Override method getMessage (line 36) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/forkjoin/ForkjoinConfiguration.java class ForkjoinConfiguration (line 17) | @Configuration method forkJoinPool (line 22) | @Bean method destroy (line 37) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/forkjoin/ForkjoinService.java class ForkjoinService (line 18) | @Service method addNumbers (line 24) | public Integer addNumbers(List numbers) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/forkjoin/task/ForkjoinTask.java class ForkjoinTask (line 15) | public class ForkjoinTask extends RecursiveTask method ForkjoinTask (line 30) | public ForkjoinTask(List arrayList, int start, int end) method compute (line 42) | @Override method add (line 61) | private Integer add(CopyOnWriteArrayList arrayList) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/advice/DefaultControllerAdvice.java class DefaultControllerAdvice (line 26) | @Slf4j method serviceException (line 37) | @ExceptionHandler(CommonException.class) method hystrixRuntimeException (line 49) | @ExceptionHandler(HystrixRuntimeException.class) method retryableException (line 82) | @ExceptionHandler(RetryableException.class) method notFount (line 95) | @ExceptionHandler(Exception.class) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/config/FastjsonConfig.java class FastjsonConfig (line 23) | @Configuration("defaultFastjsonConfig") method fastJsonHttpMessageConverter (line 30) | @Bean method fastjsonConfig (line 43) | public FastJsonConfig fastjsonConfig() method getSupportedMediaType (line 65) | public List getSupportedMediaType() FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/config/FeignConfig.java class FeignConfig (line 17) | @Configuration method errorDecoder (line 28) | @Bean method requestInterceptor (line 36) | @Bean method defaultRosesErrorAttributes (line 44) | @Bean FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/fegin/CommonFeignErrorDecoder.java class CommonFeignErrorDecoder (line 19) | @Slf4j method decode (line 23) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/fegin/CommonFeignHeaderProcessInterceptor.java class CommonFeignHeaderProcessInterceptor (line 14) | public class CommonFeignHeaderProcessInterceptor implements RequestInter... method apply (line 17) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/fegin/DefaultCommonErrorAttributes.java class DefaultCommonErrorAttributes (line 17) | public class DefaultCommonErrorAttributes extends DefaultErrorAttributes method getErrorAttributes (line 20) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/fegin/FeignBeanFactoryPostProcessor.java class FeignBeanFactoryPostProcessor (line 20) | @Component method postProcessBeanFactory (line 23) | @Override method containsBeanDefinition (line 33) | private boolean containsBeanDefinition(ConfigurableListableBeanFactory... FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/interceptor/fegin/HttpContext.java class HttpContext (line 14) | public class HttpContext method getIp (line 17) | public static String getIp() method getResponse (line 22) | public static HttpServletResponse getResponse() throws NullPointerExce... method getRequest (line 27) | public static HttpServletRequest getRequest() throws NullPointerException FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/response/ErrorResponseData.java class ErrorResponseData (line 10) | public class ErrorResponseData extends ResponseData { method ErrorResponseData (line 12) | public ErrorResponseData() { method ErrorResponseData (line 15) | public ErrorResponseData(String message) { method ErrorResponseData (line 19) | public ErrorResponseData(Integer code, String message) { method ErrorResponseData (line 23) | public ErrorResponseData(Integer code, String message, Object object) { FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/response/ResponseData.java class ResponseData (line 12) | public class ResponseData implements Serializable { method ResponseData (line 42) | public ResponseData() { method ResponseData (line 45) | public ResponseData(Boolean success, Integer code, String message, Obj... method getSuccess (line 52) | public Boolean getSuccess() { method setSuccess (line 56) | public void setSuccess(Boolean success) { method getMessage (line 60) | public String getMessage() { method setMessage (line 64) | public void setMessage(String message) { method getData (line 68) | public Object getData() { method setData (line 72) | public void setData(Object data) { method getCode (line 76) | public Integer getCode() { method setCode (line 80) | public void setCode(Integer code) { method success (line 84) | public static SuccessResponseData success() { method success (line 88) | public static SuccessResponseData success(Object data) { method success (line 92) | public static SuccessResponseData success(Integer code, String message... method error (line 96) | public static ErrorResponseData error(String message) { method error (line 100) | public static ErrorResponseData error(Integer code, String message) { method error (line 104) | public static ErrorResponseData error(Integer code, String message, Ob... FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/gloab/response/SuccessResponseData.java class SuccessResponseData (line 9) | public class SuccessResponseData extends ResponseData { method SuccessResponseData (line 11) | public SuccessResponseData() { method SuccessResponseData (line 14) | public SuccessResponseData(Object object) { method SuccessResponseData (line 18) | public SuccessResponseData(Integer code, String message, Object object) { FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/logaspect/LogAspect.java class LogAspect (line 32) | @Aspect method logAnnotatison (line 47) | @Pointcut("@annotation(com.xiao.springcloud.demo.common.logaspect.LogA... method execute (line 54) | @Around("logAnnotatison()") method setHostInfo (line 112) | private void setHostInfo(LogInfo logInfo) method setResultAndError (line 154) | private boolean setResultAndError(ProceedingJoinPoint joinPoint, LogIn... FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/logaspect/LogInfo.java class LogInfo (line 18) | @Data method toString (line 62) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/logaspect/LogService.java type LogService (line 11) | public interface LogService method debug (line 21) | void debug(String debugMsg); method info (line 31) | void info(String message); method error (line 42) | void error(String errorMsg, Throwable e); method warn (line 49) | void warn(String message); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/logaspect/Slf4jLogService.java class Slf4jLogService (line 14) | @Service method debug (line 25) | @Override method info (line 41) | @Override method warn (line 55) | @Override method error (line 69) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/SignConstants.java type SignConstants (line 11) | public interface SignConstants FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/annotation/DisposeSignService.java class DisposeSignService (line 31) | @Slf4j method requestAnnotation (line 40) | @Pointcut("@annotation(omni.purcotton.omni.inface.center.common.sign.a... method execute (line 45) | @Around("requestAnnotation() && @annotation(disposeSign)") method assembleHeader (line 105) | private Map assembleHeader(HttpServletRequest request) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/filter/WrapperRequestFilter.java class WrapperRequestFilter (line 26) | @Component method init (line 52) | @Override method doFilter (line 88) | @Override method destroy (line 133) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/request/BodyReaderHttpServletRequestWrapper.java class BodyReaderHttpServletRequestWrapper (line 23) | @Slf4j method BodyReaderHttpServletRequestWrapper (line 34) | public BodyReaderHttpServletRequestWrapper(HttpServletRequest request) method getBodyString (line 48) | public String getBodyString(final ServletRequest request) method cloneInputStream (line 77) | public InputStream cloneInputStream(ServletInputStream inputStream) method getReader (line 97) | @Override method getInputStream (line 103) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/service/AppManagerService.java type AppManagerService (line 11) | public interface AppManagerService method exist (line 21) | boolean exist(String appId); method getAppKey (line 31) | String getAppKey(String appId); method addApp (line 42) | boolean addApp(String appId, String appKey); FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/service/impl/AppManagerServiceConfigImpl.java class AppManagerServiceConfigImpl (line 19) | @Service method exist (line 42) | @Override method getAppKey (line 56) | @Override method addApp (line 71) | @Override method afterPropertiesSet (line 88) | @Override FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/util/AsciiSortUtil.java class AsciiSortUtil (line 13) | public class AsciiSortUtil method sort (line 23) | public static String sort(String str) method sort (line 40) | public static char[] sort(char[] arr) method sort (line 48) | private static void sort(char[] arr, int left, int right, char[] temp) method merge (line 63) | private static void merge(char[] arr, int left, int mid, int right, ch... method main (line 98) | public static void main(String[] args) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/util/HttpRequestUtils.java class HttpRequestUtils (line 25) | @Slf4j method getAllParams (line 36) | public static String getAllParams(HttpServletRequest request) throws I... method getFormParams (line 69) | private static String getFormParams(HttpServletRequest request) method getJsonParams (line 91) | public static String getJsonParams(final HttpServletRequest request) t... method getUrlParams (line 112) | public static String getUrlParams(HttpServletRequest request) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/sign/util/SignUtil.java class SignUtil (line 28) | public class SignUtil method generateSign (line 46) | public static String generateSign(Map kvParams, String... method generateSign (line 66) | public static String generateSign(Map kvParams, String... method generateSignByJson (line 102) | public static String generateSignByJson(String jsonParams, String key) method generateSign (line 129) | public static String generateSign(String content, String key) method hmacEncode (line 147) | private static String hmacEncode(String plainText, String key) method main (line 167) | public static void main(String[] args) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/CodeFormatConstants.java type CodeFormatConstants (line 18) | public interface CodeFormatConstants FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/DateUtils.java class DateUtils (line 14) | public class DateUtils method getNextDay (line 23) | public static Date getNextDay() method getDayEnd (line 39) | public static Date getDayEnd() FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/ListPageUtil.java class ListPageUtil (line 15) | public final class ListPageUtil method ListPageUtil (line 31) | public ListPageUtil(List list, int pageSize) method getFistPage (line 67) | public List getFistPage() method getLastPage (line 79) | public List getLastPage() method nextPage (line 91) | public List nextPage() method hasNext (line 113) | public boolean hasNext() method getPageCount (line 125) | public int getPageCount() method getPageSize (line 137) | public int getPageSize() method getIndex (line 149) | public int getIndex() method getListSize (line 161) | public int getListSize() method main (line 166) | public static void main(String[] args) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/StringLengthUtils.java class StringLengthUtils (line 16) | @Slf4j method getLength (line 40) | public static int getLength(String st, String code) method getLengthByUtf (line 73) | public static int getLengthByUtf(String st) method getLengthByGbk (line 86) | public static int getLengthByGbk(String str) method subByUtf8 (line 104) | public static String subByUtf8(String str, int length) method subByGbk (line 169) | public static String subByGbk(String str, int length) method main (line 221) | public static void main(String[] args) throws Exception FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/encode/AESEncryption.java class AESEncryption (line 32) | @Slf4j method createAESKey (line 75) | public static String createAESKey(AESType type) method encryptAES (line 99) | public static String encryptAES(String key, String plaintext) method decryptAES (line 126) | public static String decryptAES(String key, String ciphertext) method main (line 146) | public static void main(String[] args) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/encode/AESType.java type AESType (line 18) | public enum AESType method AESType (line 29) | AESType(int value) method getValue (line 34) | public int getValue() method setValue (line 39) | public void setValue(int value) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/encode/BinaryHelper.java class BinaryHelper (line 20) | public class BinaryHelper method array2Str (line 30) | public static String array2Str(byte[] array) method array2Base64Str (line 52) | public static String array2Base64Str(byte[] array) method base642Array (line 65) | public static byte[] base642Array(String base64Str) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/encode/ByteUtils.java class ByteUtils (line 18) | public class ByteUtils method parseHexStr2Byte (line 26) | public static byte[] parseHexStr2Byte(String hexStr) method parseByte2HexStr (line 48) | public static String parseByte2HexStr(byte buf[]) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/encode/HMACUtil.java class HMACUtil (line 28) | @Slf4j method hmacSHA1Encode (line 50) | public static String hmacSHA1Encode(String plainText, String key) method hmacSHA256Encode (line 63) | public static String hmacSHA256Encode(String plainText, String key) method hmacEncode (line 77) | private static String hmacEncode(String plainText, String key, String ... FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/encode/Md5DigestUtil.java class Md5DigestUtil (line 26) | @Slf4j method md5Encoding2Base64 (line 42) | public static String md5Encoding2Base64(String plaintext) method md5Encoding (line 54) | public static String md5Encoding(String plaintext) method md5Encoding (line 67) | public static String md5Encoding(String plaintext, boolean isBase64) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/image/ImageDHashUtil.java class ImageDHashUtil (line 23) | public class ImageDHashUtil method getDHash (line 31) | private static String getDHash(File file) method getHammingDistance (line 88) | private static long getHammingDistance(String str1, String str2) method main (line 110) | public static void main(String[] args) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/util/image/ImagePHashUtil.java class ImagePHashUtil (line 33) | @Slf4j method ImagePHashUtil (line 51) | public ImagePHashUtil() method ImagePHashUtil (line 64) | public ImagePHashUtil(int matchThreshold, boolean check) method main (line 71) | public static void main(String[] args) method matchImage4Url (line 95) | public boolean matchImage4Url(String img1Url, String img2Url) method matchImage4Path (line 121) | public boolean matchImage4Path(String img1Path, String img2Path) method matchImage4Stream (line 148) | public boolean matchImage4Stream(InputStream image1, InputStream image2) method isImage (line 190) | private static boolean isImage(InputStream inputStream) method distance (line 209) | private int distance(String s1, String s2) method getHash (line 229) | private String getHash(InputStream is) throws Exception method resize (line 286) | private BufferedImage resize(BufferedImage image, int width, int height) method grayscale (line 295) | private BufferedImage grayscale(BufferedImage img) method getBlue (line 301) | private static int getBlue(BufferedImage img, int x, int y) method initCoefficients (line 309) | private void initCoefficients() method applyDCT (line 319) | private double[][] applyDCT(double[][] f) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/validator/ParamAspect.java class ParamAspect (line 17) | @Aspect method paramValidator (line 26) | @Pointcut("@annotation(com.purcotton.omni.common.annotation.param.aop.... method execute (line 33) | @Around("paramValidator()") FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/validator/ParamValidator.java class ParamValidator (line 25) | @Slf4j method validator (line 34) | public static void validator(Object object) method generateCode (line 115) | private static int generateCode(int moduleCode, String serviceCode) FILE: SpringCloud-Common/src/main/java/com/xiao/springcloud/demo/common/validator/VerifyConstants.java type VerifyConstants (line 18) | public interface VerifyConstants FILE: SpringCloud-ConfigCenter/src/main/java/com/xiao/springcloud/configure/ConfigureApplication.java class ConfigureApplication (line 22) | @SpringBootApplication method main (line 35) | public static void main(String[] args) FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/ConsumerApp.java class ConsumerApp (line 26) | @SpringBootApplication method resTemplate (line 43) | @Bean method main (line 50) | public static void main(String[] args) FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/CommonConstants.java type CommonConstants (line 11) | public interface CommonConstants FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/CommonException.java class CommonException (line 11) | public class CommonException extends RuntimeException method CommonException (line 17) | public CommonException(Integer code, String errorMessage) method CommonException (line 24) | public CommonException(ExceptionEnum exceptionEnum) method getCode (line 31) | public Integer getCode() method setCode (line 36) | public void setCode(Integer code) method getErrorMessage (line 41) | public String getErrorMessage() method setErrorMessage (line 46) | public void setErrorMessage(String errorMessage) FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/ExceptionEnum.java type ExceptionEnum (line 16) | public enum ExceptionEnum method ExceptionEnum (line 41) | ExceptionEnum(int errorCode, String errorMsg) method getErrorCode (line 47) | public int getErrorCode() method getErrorMsg (line 52) | public String getErrorMsg() FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/advice/GlobalExceptionAdvice.java class GlobalExceptionAdvice (line 24) | @ControllerAdvice method serviceException (line 31) | @ExceptionHandler(CommonException.class) method notFount (line 42) | @ExceptionHandler(Exception.class) method printRequestUrl (line 55) | private void printRequestUrl() FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/advice/UnifiedReturnAdvice.java class UnifiedReturnAdvice (line 22) | @Configuration class CommonResultAdvice (line 26) | @RestControllerAdvice method supports (line 39) | @Override method beforeBodyWrite (line 57) | @Override FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/response/ErrorResponseData.java class ErrorResponseData (line 8) | @NoArgsConstructor method ErrorResponseData (line 11) | public ErrorResponseData(String message) { method ErrorResponseData (line 15) | public ErrorResponseData(Integer code, String message) { method ErrorResponseData (line 19) | public ErrorResponseData(Integer code, String message, T data) { FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/response/ResponseData.java class ResponseData (line 14) | @Data method ResponseData (line 51) | public ResponseData(T data) method ResponseData (line 58) | public ResponseData(int code, String message) method success (line 65) | public static SuccessResponseData success() method success (line 70) | public static SuccessResponseData success(Object data) method success (line 75) | public static SuccessResponseData success(Integer code, String message... method error (line 80) | public static ErrorResponseData error(String message) method error (line 85) | public static ErrorResponseData error(Integer code, String message) method error (line 90) | public static ErrorResponseData error(Integer code, String message, Ob... method error (line 95) | public static ErrorResponseData error(ExceptionEnum exceptionEnum) FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/common/response/SuccessResponseData.java class SuccessResponseData (line 8) | @NoArgsConstructor method SuccessResponseData (line 11) | public SuccessResponseData(T data) { method SuccessResponseData (line 15) | public SuccessResponseData(Integer code, String message, T data) { FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/controller/FeignContoller.java class FeignContoller (line 25) | @RestController method feign (line 38) | @RequestMapping(path = "/feign") method ribbon (line 45) | @RequestMapping(path = "/ribbon") FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/feign/FeignService.java type FeignService (line 23) | @FeignClient(value = "provider-1112", fallback = FeignServiceImpl.class) method helloSkywalking (line 26) | @RequestMapping(value = "/skywalking") FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/feign/impl/FeignServiceImpl.java class FeignServiceImpl (line 22) | @Component method helloSkywalking (line 31) | @Override FILE: SpringCloud-Consumer/src/main/java/com/xiao/skywalking/consumer/ribbon/RibbonService.java class RibbonService (line 24) | @Service method helloSkywalking (line 36) | @HystrixCommand(fallbackMethod = "fallback") method fallback (line 42) | public String fallback(String hello) FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigClientAutoConfiguration.java class ConfigClientAutoConfiguration (line 39) | @Configuration method configClientProperties (line 42) | @Bean method configClientHealthProperties (line 54) | @Bean class ConfigServerHealthIndicatorConfiguration (line 60) | @Configuration method configServerHealthIndicator (line 67) | @Bean class ConfigClientWatchConfiguration (line 75) | @Configuration method configClientWatch (line 81) | @Bean method nettyClient (line 88) | @Bean FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigClientHealthProperties.java class ConfigClientHealthProperties (line 25) | @ConfigurationProperties("health.config") method isEnabled (line 37) | public boolean isEnabled() { method setEnabled (line 41) | public void setEnabled(boolean enabled) { method getTimeToLive (line 45) | public long getTimeToLive() { method setTimeToLive (line 49) | public void setTimeToLive(long timeToLive) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigClientProperties.java class ConfigClientProperties (line 32) | @ConfigurationProperties(ConfigClientProperties.PREFIX) method ConfigClientProperties (line 116) | private ConfigClientProperties() method ConfigClientProperties (line 120) | public ConfigClientProperties(Environment environment) method isCustom (line 130) | public boolean isCustom() method setCustom (line 135) | public void setCustom(boolean custom) method getNettyPort (line 140) | public int getNettyPort() method setNettyPort (line 145) | public void setNettyPort(int nettyPort) method isEnabled (line 150) | public boolean isEnabled() method setEnabled (line 155) | public void setEnabled(boolean enabled) method getRawUri (line 160) | public String getRawUri() method getUri (line 165) | public String getUri() method setUri (line 170) | public void setUri(String url) method getName (line 175) | public String getName() method setName (line 180) | public void setName(String name) method getProfile (line 185) | public String getProfile() method setProfile (line 190) | public void setProfile(String env) method getLabel (line 195) | public String getLabel() method setLabel (line 200) | public void setLabel(String label) method getUsername (line 205) | public String getUsername() method setUsername (line 210) | public void setUsername(String username) method getPassword (line 215) | public String getPassword() method setPassword (line 220) | public void setPassword(String password) method getDiscovery (line 225) | public Discovery getDiscovery() method setDiscovery (line 230) | public void setDiscovery(Discovery discovery) method isFailFast (line 235) | public boolean isFailFast() method setFailFast (line 240) | public void setFailFast(boolean failFast) method getToken (line 245) | public String getToken() method setToken (line 250) | public void setToken(String token) method getAuthorization (line 255) | public String getAuthorization() method setAuthorization (line 260) | public void setAuthorization(String authorization) method getServerPort (line 265) | public int getServerPort() method setServerPort (line 270) | public void setServerPort(int serverPort) method extractCredentials (line 275) | private Credentials extractCredentials() method getUsernamePassword (line 324) | private Credentials getUsernamePassword() class Credentials (line 344) | private static class Credentials class Discovery (line 351) | public static class Discovery method isEnabled (line 365) | public boolean isEnabled() method setEnabled (line 370) | public void setEnabled(boolean enabled) method getServiceId (line 375) | public String getServiceId() method setServiceId (line 380) | public void setServiceId(String serviceId) method override (line 387) | public ConfigClientProperties override(Environment environment) method toString (line 404) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigClientStateHolder.java class ConfigClientStateHolder (line 6) | public class ConfigClientStateHolder { method resetState (line 9) | public static void resetState() { method setState (line 13) | public static void setState(String newState) { method getState (line 21) | public static String getState() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigClientWatch.java class ConfigClientWatch (line 35) | public class ConfigClientWatch implements Closeable, EnvironmentAware method ConfigClientWatch (line 44) | public ConfigClientWatch(ContextRefresher refresher) method setEnvironment (line 49) | @Override method start (line 55) | @PostConstruct method watchConfigServer (line 61) | @Scheduled(initialDelayString = "${spring.cloud.config.watch.initialDe... method stateChanged (line 78) | boolean stateChanged(String oldState, String newState) method close (line 83) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigServerHealthIndicator.java class ConfigServerHealthIndicator (line 16) | public class ConfigServerHealthIndicator extends AbstractHealthIndicator method ConfigServerHealthIndicator (line 27) | public ConfigServerHealthIndicator(ConfigServicePropertySourceLocator ... method doHealthCheck (line 35) | @Override method getPropertySource (line 59) | private PropertySource getPropertySource() method isCacheStale (line 70) | private boolean isCacheStale(long accessTime) FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigServiceBootstrapConfiguration.java class ConfigServiceBootstrapConfiguration (line 38) | @Configuration method configClientProperties (line 46) | @Bean method configServicePropertySource (line 53) | @Bean class RetryConfiguration (line 61) | @ConditionalOnProperty(value = "spring.cloud.config.failFast", matchIf... method configServerRetryInterceptor (line 70) | @Bean FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/ConfigServicePropertySourceLocator.java class ConfigServicePropertySourceLocator (line 51) | @Order(0) method ConfigServicePropertySourceLocator (line 63) | public ConfigServicePropertySourceLocator(ConfigClientProperties defau... method locate (line 68) | @Override method putValue (line 144) | private void putValue(HashMap map, String key, String ... method getRemoteEnvironment (line 152) | private Environment getRemoteEnvironment(RestTemplate restTemplate, Co... method setRestTemplate (line 199) | public void setRestTemplate(RestTemplate restTemplate) method getSecureRestTemplate (line 204) | private RestTemplate getSecureRestTemplate(ConfigClientProperties client) class BasicAuthorizationInterceptor (line 240) | private static class BasicAuthorizationInterceptor implements ClientHt... method BasicAuthorizationInterceptor (line 247) | public BasicAuthorizationInterceptor(String username, String password) method intercept (line 253) | @Override class GenericAuthorization (line 264) | private static class GenericAuthorization implements ClientHttpRequest... method GenericAuthorization (line 269) | public GenericAuthorization(String authorizationToken) method intercept (line 274) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/DiscoveryClientConfigServiceBootstrapConfiguration.java class DiscoveryClientConfigServiceBootstrapConfiguration (line 42) | @ConditionalOnProperty(value = "spring.cloud.config.discovery.enabled", ... method startup (line 59) | @EventListener(ContextRefreshedEvent.class) method heartbeat (line 65) | @EventListener(HeartbeatEvent.class) method refresh (line 74) | private void refresh() method getHomePage (line 113) | private String getHomePage(ServiceInstance server) FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/configuration/RetryProperties.java class RetryProperties (line 25) | @ConfigurationProperties("spring.cloud.config.retry") method getInitialInterval (line 45) | public long getInitialInterval() { method setInitialInterval (line 49) | public void setInitialInterval(long initialInterval) { method getMultiplier (line 53) | public double getMultiplier() { method setMultiplier (line 57) | public void setMultiplier(double multiplier) { method getMaxInterval (line 61) | public long getMaxInterval() { method setMaxInterval (line 65) | public void setMaxInterval(long maxInterval) { method getMaxAttempts (line 69) | public int getMaxAttempts() { method setMaxAttempts (line 73) | public void setMaxAttempts(int maxAttempts) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/environment/Environment.java class Environment (line 35) | public class Environment { method Environment (line 49) | public Environment(String name, String... profiles) { method Environment (line 57) | public Environment(Environment env) { method Environment (line 61) | @JsonCreator method add (line 75) | public void add(PropertySource propertySource) { method addAll (line 79) | public void addAll(List propertySources) { method addFirst (line 83) | public void addFirst(PropertySource propertySource) { method getPropertySources (line 87) | public List getPropertySources() { method getName (line 91) | public String getName() { method setName (line 95) | public void setName(String name) { method getLabel (line 99) | public String getLabel() { method setLabel (line 103) | public void setLabel(String label) { method getProfiles (line 107) | public String[] getProfiles() { method setProfiles (line 111) | public void setProfiles(String[] profiles) { method getVersion (line 115) | public String getVersion() { method setVersion (line 119) | public void setVersion(String version) { method getState (line 123) | public String getState() { method setState (line 127) | public void setState(String state) { method toString (line 131) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/environment/PropertySource.java class PropertySource (line 32) | public class PropertySource { method PropertySource (line 38) | @JsonCreator method getName (line 45) | public String getName() { method getSource (line 49) | public Map getSource() { method toString (line 53) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/client/NettyClient.java class NettyClient (line 38) | @Slf4j method NettyClient (line 61) | public NettyClient() method destroy (line 66) | @Override method onApplicationEvent (line 71) | @Override method pushMessage (line 94) | public void pushMessage(Message message) method login (line 102) | private void login() method parseHost (line 118) | private String parseHost(String uri) method init (line 132) | private void init() method connect (line 159) | private void connect() method check (line 175) | private void check() FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/coder/ProtoDecoder.java class ProtoDecoder (line 18) | public class ProtoDecoder extends ByteToMessageDecoder method ProtoDecoder (line 24) | public ProtoDecoder(Class cls) method decode (line 29) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/coder/ProtoEncoder.java class ProtoEncoder (line 17) | @ChannelHandler.Sharable method ProtoEncoder (line 22) | public ProtoEncoder(Class cls) method encode (line 27) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/dto/CommandEnum.java type CommandEnum (line 11) | public enum CommandEnum method CommandEnum (line 28) | CommandEnum(int status) method getStatus (line 33) | public int getStatus() FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/dto/Message.java class Message (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/factory/CoderFactory.java class CoderFactory (line 15) | public class CoderFactory method newDecoder (line 17) | public static ProtoDecoder newDecoder() method newEncoder (line 22) | public static ProtoEncoder newEncoder() FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/factory/NamedThreadFactory.java class NamedThreadFactory (line 28) | public class NamedThreadFactory implements ThreadFactory method NamedThreadFactory (line 37) | public NamedThreadFactory() method NamedThreadFactory (line 42) | public NamedThreadFactory(String name) method NamedThreadFactory (line 47) | public NamedThreadFactory(String preffix, boolean daemon) method newThread (line 60) | @Override method create (line 79) | public static ThreadFactory create(final String namePrefix, final bool... FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/handler/ServiceHandler.java class ServiceHandler (line 25) | @ChannelHandler.Sharable method ServiceHandler (line 35) | public ServiceHandler(AtomicBoolean stated, ContextRefresher refresher) method channelRead0 (line 43) | @Override method exceptionCaught (line 65) | @Override method userEventTriggered (line 73) | @Override method channelActive (line 113) | @Override method channelInactive (line 121) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/util/ProtostuffUtil.java class ProtostuffUtil (line 28) | public class ProtostuffUtil method getSchema (line 40) | @SuppressWarnings("unchecked") method serialize (line 62) | @SuppressWarnings("unchecked") method deserialize (line 90) | public static T deserialize(byte[] data, Class cls) FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/netty/util/RemotingUtil.java class RemotingUtil (line 32) | @Slf4j method parseRemoteAddress (line 42) | public static String parseRemoteAddress(final Channel channel) method parseLocalAddress (line 58) | public static String parseLocalAddress(final Channel channel) method parseRemoteIP (line 74) | public static String parseRemoteIP(final Channel channel) method parseRemoteHostName (line 96) | public static String parseRemoteHostName(final Channel channel) method parseLocalIP (line 116) | public static String parseLocalIP(final Channel channel) method parseRemotePort (line 136) | public static int parseRemotePort(final Channel channel) method parseLocalPort (line 156) | public static int parseLocalPort(final Channel channel) method parseSocketAddressToString (line 179) | public static String parseSocketAddressToString(SocketAddress socketAd... method parseSocketAddressToHostIp (line 196) | public static String parseSocketAddressToHostIp(SocketAddress socketAd... method getHost (line 216) | public static String getHost(String url) method getLocalHost (line 242) | public static String getLocalHost() method getLocalHostLANAddress (line 262) | public static InetAddress getLocalHostLANAddress() method doParse (line 319) | private static String doParse(String addr) FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/refresh/api/RefreshController.java class RefreshController (line 19) | public class RefreshController method refresh (line 35) | @RequestMapping(value = "/refresh", method = RequestMethod.POST) FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/refresh/component/RefreshBeanConfig.java class RefreshBeanConfig (line 17) | public class RefreshBeanConfig FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/refresh/service/ConfigRefreshService.java type ConfigRefreshService (line 11) | public interface ConfigRefreshService method refresh (line 19) | void refresh(); FILE: SpringCloud-Custom-ConfigCenter/custom-config-client/src/main/java/com/xiao/custom/config/client/refresh/service/impl/ConfigRefreshServiceImpl.java class ConfigRefreshServiceImpl (line 18) | @Slf4j method refresh (line 30) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/common/BaseQuery.java class BaseQuery (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/ApplicationConfigDto.java class ApplicationConfigDto (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/ApplicationDto.java class ApplicationDto (line 14) | @Data method convertToEntity (line 49) | public static Application convertToEntity(ApplicationDto applicationCo... FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/ClientHostInfoDto.java class ClientHostInfoDto (line 15) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/ConfigItemDto.java class ConfigItemDto (line 14) | @Data method convertToEntity (line 44) | public static ConfigItem convertToEntity(ConfigItemDto configItemDto) method convertToDto (line 62) | public static ConfigItemDto convertToDto(ConfigItem configItem) FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/ConfigItemGroupDto.java class ConfigItemGroupDto (line 14) | @Data method convertToEntity (line 35) | public static ConfigItemGroup convertToEntity(ConfigItemGroupDto confi... method convertToDto (line 50) | public static ConfigItemGroupDto convertToDto(ConfigItemGroup configIt... FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/RegionDto.java class RegionDto (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/dto/ServerHostConfigDto.java class ServerHostConfigDto (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/Application.java class Application (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ApplicationConfig.java class ApplicationConfig (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ApplicationItemGroupRelation.java class ApplicationItemGroupRelation (line 11) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/AuthUser.java class AuthUser (line 11) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ClientApplication.java class ClientApplication (line 11) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ClientHostInfo.java class ClientHostInfo (line 11) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ClientInfo.java class ClientInfo (line 15) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ConfigItem.java class ConfigItem (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ConfigItemGroup.java class ConfigItemGroup (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ConfigItemGroupRelation.java class ConfigItemGroupRelation (line 11) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/Region.java class Region (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/Role.java class Role (line 12) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/entity/ServerHostConfig.java class ServerHostConfig (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ApplicationConfigMapper.java type ApplicationConfigMapper (line 13) | public interface ApplicationConfigMapper method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Long id); method insert (line 17) | int insert(ApplicationConfig record); method insertSelective (line 19) | int insertSelective(ApplicationConfig record); method selectByPrimaryKey (line 21) | ApplicationConfig selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 23) | int updateByPrimaryKeySelective(ApplicationConfig record); method updateByPrimaryKey (line 25) | int updateByPrimaryKey(ApplicationConfig record); method pageQuery (line 35) | List pageQuery(ApplicationConfigQuery query); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ApplicationItemGroupRelationMapper.java type ApplicationItemGroupRelationMapper (line 9) | public interface ApplicationItemGroupRelationMapper method deleteByPrimaryKey (line 11) | int deleteByPrimaryKey(Long id); method insert (line 13) | int insert(ApplicationItemGroupRelation record); method insertSelective (line 15) | int insertSelective(ApplicationItemGroupRelation record); method selectByPrimaryKey (line 17) | ApplicationItemGroupRelation selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 19) | int updateByPrimaryKeySelective(ApplicationItemGroupRelation record); method updateByPrimaryKey (line 21) | int updateByPrimaryKey(ApplicationItemGroupRelation record); method batchSave (line 32) | int batchSave(@Param("groupIdArr") String[] groupIdArr, @Param("appId"... method batchDelete (line 43) | int batchDelete(@Param("groupIdArr") String[] groupIdArr, @Param("appI... method deleteByAppId (line 53) | int deleteByAppId(@Param("appId") Long appId); method countByGroupId (line 63) | int countByGroupId(String groupId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ApplicationMapper.java type ApplicationMapper (line 12) | public interface ApplicationMapper method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Long id); method insert (line 16) | int insert(Application record); method insertSelective (line 18) | int insertSelective(Application record); method selectByPrimaryKey (line 20) | Application selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 22) | int updateByPrimaryKeySelective(Application record); method updateByPrimaryKey (line 24) | int updateByPrimaryKey(Application record); method pageApplicationConfig (line 34) | List pageApplicationConfig(AppQuery appQuery); method countByRegionId (line 44) | Integer countByRegionId(Long regionId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/AuthMapper.java type AuthMapper (line 12) | @Repository method findByUsername (line 21) | AuthUser findByUsername(@Param("username") String username); method insert (line 28) | void insert(AuthUser userDetail); method insertRole (line 37) | int insertRole(@Param("userId") long userId, @Param("roleId") long rol... method findRoleById (line 45) | Role findRoleById(@Param("roleId") long roleId); method findRoleByUserId (line 53) | Role findRoleByUserId(@Param("userId") long userId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ClientApplicationMapper.java type ClientApplicationMapper (line 9) | public interface ClientApplicationMapper method deleteByPrimaryKey (line 11) | int deleteByPrimaryKey(Long id); method insert (line 13) | int insert(ClientApplication record); method insertSelective (line 15) | int insertSelective(ClientApplication record); method selectByPrimaryKey (line 17) | ClientApplication selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 19) | int updateByPrimaryKeySelective(ClientApplication record); method updateByPrimaryKey (line 21) | int updateByPrimaryKey(ClientApplication record); method updateStatus (line 33) | void updateStatus(@Param("application") String application, @Param("pr... FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ClientHostInfoMapper.java type ClientHostInfoMapper (line 13) | public interface ClientHostInfoMapper method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Long id); method insert (line 17) | int insert(ClientHostInfo record); method insertSelective (line 19) | int insertSelective(ClientHostInfo record); method selectByPrimaryKey (line 21) | ClientHostInfo selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 23) | int updateByPrimaryKeySelective(ClientHostInfo record); method updateByPrimaryKey (line 25) | int updateByPrimaryKey(ClientHostInfo record); method queryByApplication (line 36) | List queryByApplication(@Param("application") String a... method updateStatus (line 47) | int updateStatus(@Param("id") Long id, @Param("status") int status); method pageQuery (line 57) | List pageQuery(ClientHostInfoQuery query); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ConfigItemGroupMapper.java type ConfigItemGroupMapper (line 13) | public interface ConfigItemGroupMapper { method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Long id); method insert (line 16) | int insert(ConfigItemGroup record); method insertSelective (line 18) | int insertSelective(ConfigItemGroup record); method selectByPrimaryKey (line 20) | ConfigItemGroup selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 22) | int updateByPrimaryKeySelective(ConfigItemGroup record); method updateByPrimaryKey (line 24) | int updateByPrimaryKey(ConfigItemGroup record); method pageConfigItemGroup (line 34) | List pageConfigItemGroup(ConfigItemGroupQuery conf... method pageRefGroupWithApp (line 44) | List pageRefGroupWithApp(ConfigItemGroupQuery conf... method pageNotRefGroupWithApp (line 54) | List pageNotRefGroupWithApp(ConfigItemGroupQuery c... method batchDelete (line 64) | int batchDelete(@Param("idArr") String[] idArr); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ConfigItemGroupRelationMapper.java type ConfigItemGroupRelationMapper (line 9) | public interface ConfigItemGroupRelationMapper method deleteByPrimaryKey (line 11) | int deleteByPrimaryKey(Long id); method insert (line 13) | int insert(ConfigItemGroupRelation record); method insertSelective (line 15) | int insertSelective(ConfigItemGroupRelation record); method selectByPrimaryKey (line 17) | ConfigItemGroupRelation selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 19) | int updateByPrimaryKeySelective(ConfigItemGroupRelation record); method updateByPrimaryKey (line 21) | int updateByPrimaryKey(ConfigItemGroupRelation record); method batchSave (line 32) | int batchSave(@Param("itemIdArr") String[] itemIdArr, @Param("groupId"... method batchDelete (line 43) | int batchDelete(@Param("itemIdArr") String[] itemIdArr, @Param("groupI... method batchDeleteByItemId (line 53) | int batchDeleteByItemId(@Param("idArr") String[] idArr); method batchDeleteByGroupId (line 63) | int batchDeleteByGroupId(@Param("idArr") String[] idArr); method countByItemId (line 73) | int countByItemId(String itemId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ConfigItemMapper.java type ConfigItemMapper (line 13) | public interface ConfigItemMapper { method deleteByPrimaryKey (line 14) | int deleteByPrimaryKey(Long id); method insert (line 16) | int insert(ConfigItem record); method insertSelective (line 18) | int insertSelective(ConfigItem record); method selectByPrimaryKey (line 20) | ConfigItem selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 22) | int updateByPrimaryKeySelective(ConfigItem record); method updateByPrimaryKey (line 24) | int updateByPrimaryKey(ConfigItem record); method pageConfigItem (line 34) | List pageConfigItem(ConfigItemQuery configItemQuery); method pageRefConfigItemWithGroup (line 44) | List pageRefConfigItemWithGroup(ConfigItemQuery configI... method pageNotRefConfigItemWithGroup (line 54) | List pageNotRefConfigItemWithGroup(ConfigItemQuery conf... method batchDelete (line 64) | int batchDelete(@Param("idArr") String[] idArr); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/RegionMapper.java type RegionMapper (line 13) | public interface RegionMapper method deleteByPrimaryKey (line 15) | int deleteByPrimaryKey(Long id); method insert (line 17) | int insert(Region record); method insertSelective (line 19) | int insertSelective(Region record); method selectByPrimaryKey (line 21) | Region selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 23) | int updateByPrimaryKeySelective(Region record); method updateByPrimaryKey (line 25) | int updateByPrimaryKey(Region record); method pageRegion (line 35) | List pageRegion(RegionQuery regionQuery); method selectRegion (line 44) | List selectRegion(); method batchDelete (line 54) | int batchDelete(@Param("idArr") String[] idArr); FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/mapper/ServerHostConfigMapper.java type ServerHostConfigMapper (line 12) | public interface ServerHostConfigMapper { method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Long id); method insert (line 15) | int insert(ServerHostConfig record); method insertSelective (line 17) | int insertSelective(ServerHostConfig record); method selectByPrimaryKey (line 19) | ServerHostConfig selectByPrimaryKey(Long id); method updateByPrimaryKeySelective (line 21) | int updateByPrimaryKeySelective(ServerHostConfig record); method updateByPrimaryKey (line 23) | int updateByPrimaryKey(ServerHostConfig record); method pageServerHostConfig (line 33) | List pageServerHostConfig(ServerHostConfigQuery s... FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/AppQuery.java class AppQuery (line 14) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/ApplicationConfigQuery.java class ApplicationConfigQuery (line 14) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/ClientHostInfoQuery.java class ClientHostInfoQuery (line 14) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/ConfigItemGroupQuery.java class ConfigItemGroupQuery (line 14) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/ConfigItemQuery.java class ConfigItemQuery (line 14) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/RegionQuery.java class RegionQuery (line 16) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-pojo/src/main/java/com/xiao/custom/config/pojo/query/ServerHostConfigQuery.java class ServerHostConfigQuery (line 14) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/ConfigerCenterApplication.java class ConfigerCenterApplication (line 16) | @SpringBootApplication(scanBasePackages = "com.xiao.custom.config") method main (line 21) | public static void main(String[] args) FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/config/CustomEnvironmentRepositoryConfiguration.java class CustomEnvironmentRepositoryConfiguration (line 21) | @Configuration method environmentRepository (line 30) | @Bean method namedParameterJdbcTemplate (line 36) | @Bean FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/controller/RefreshController.java class RefreshController (line 17) | @RestController method refresh (line 24) | @RequestMapping("/client") FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/environment/CustomEnvironmentRepository.java class CustomEnvironmentRepository (line 28) | @Slf4j method CustomEnvironmentRepository (line 69) | public CustomEnvironmentRepository(RepositoryService repositoryService... method findOne (line 75) | @Override method saveClientInfo (line 119) | private String saveClientInfo(String application, String profile) method getClientIp (line 146) | private String getClientIp(HttpServletRequest request) method getOrder (line 186) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/manager/ClientManagerService.java type ClientManagerService (line 11) | public interface ClientManagerService method setClientHost (line 32) | void setClientHost(String serviceName, String profile, String hostIp, ... method updateStatus (line 43) | void updateStatus(String hostIp, int nettyPort, int status); method updateNettyInfo (line 56) | void updateNettyInfo(String hostIp, int hostPort, int nettyPort, Strin... FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/manager/SqlConstants.java type SqlConstants (line 11) | public interface SqlConstants FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/manager/impl/ClientManagerServiceDbImpl.java class ClientManagerServiceDbImpl (line 29) | @Service method setClientHost (line 48) | @Override method updateStatus (line 74) | @Override method updateNettyInfo (line 95) | @Override method processApplication (line 114) | private Long processApplication(String serviceName, String profile) method getPriKey (line 134) | private Long getPriKey(String sql, Map params) method processHost (line 155) | private void processHost(String hostIp, int hostPort, Long id) method updateApplicationStatus (line 177) | private void updateApplicationStatus(Long id) method insertApplication (line 184) | private Long insertApplication(String serviceName, String profile) method insertReId (line 207) | private Long insertReId(PreparedStatementCreator preparedStatementCrea... method insertReKey (line 223) | private Long insertReKey(String sql, SqlParameterSource params) FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/coder/ProtoDecoder.java class ProtoDecoder (line 18) | public class ProtoDecoder extends ByteToMessageDecoder method ProtoDecoder (line 24) | public ProtoDecoder(Class cls) method decode (line 29) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/coder/ProtoEncoder.java class ProtoEncoder (line 17) | @ChannelHandler.Sharable method ProtoEncoder (line 22) | public ProtoEncoder(Class cls) method encode (line 27) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/dto/CommandEnum.java type CommandEnum (line 11) | public enum CommandEnum method CommandEnum (line 28) | CommandEnum(int status) method getStatus (line 33) | public int getStatus() FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/dto/Message.java class Message (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/factory/CoderFactory.java class CoderFactory (line 15) | public class CoderFactory method newDecoder (line 17) | public static ProtoDecoder newDecoder() method newEncoder (line 22) | public static ProtoEncoder newEncoder() FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/factory/NamedThreadFactory.java class NamedThreadFactory (line 28) | public class NamedThreadFactory implements ThreadFactory method NamedThreadFactory (line 37) | public NamedThreadFactory() method NamedThreadFactory (line 42) | public NamedThreadFactory(String name) method NamedThreadFactory (line 47) | public NamedThreadFactory(String preffix, boolean daemon) method newThread (line 60) | @Override method create (line 79) | public static ThreadFactory create(final String namePrefix, final bool... FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/handler/ServiceHandler.java class ServiceHandler (line 25) | @Slf4j method ServiceHandler (line 33) | public ServiceHandler(ClientManagerService clientManagerService, Conne... method channelActive (line 40) | @Override method channelRead0 (line 48) | @Override method exceptionCaught (line 79) | @Override method userEventTriggered (line 94) | @Override method channelInactive (line 129) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/manager/Connection.java class Connection (line 15) | @Data method Connection (line 27) | public Connection() method Connection (line 32) | public Connection(Channel channel) method Connection (line 40) | public Connection(Channel channel, String serverIp, int serverPort) FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/manager/ConnectionManager.java class ConnectionManager (line 19) | @Component("connectionManager") method addConnection (line 40) | public void addConnection(Connection connection) method getConnection (line 62) | public Connection getConnection(String uniqueKey) method getConnection (line 81) | public Connection getConnection(String nettyIp, int nettyPot) method getChannel (line 100) | public Channel getChannel(String nettyIp, int nettyPot) method getChannel (line 122) | public Channel getChannel(String uniqueKey) method remove (line 144) | public void remove(String uniqueKey) method remove (line 170) | public void remove(String nettyIp, int nettyPort) method getCurrentConnectNum (line 186) | public long getCurrentConnectNum() FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/server/NettyServer.java class NettyServer (line 36) | @Component method destroy (line 92) | @Override method onApplicationEvent (line 98) | @Override method check (line 108) | private void check() method setHandler (line 117) | private void setHandler() method start (line 140) | private void start() method initNetty (line 156) | private void initNetty() method stop (line 177) | private void stop() FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/util/NettyConfig.java class NettyConfig (line 11) | public class NettyConfig FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/util/NettyEventLoopUtil.java class NettyEventLoopUtil (line 36) | public class NettyEventLoopUtil method newEventLoopGroup (line 51) | public static EventLoopGroup newEventLoopGroup(int nThreads, ThreadFac... method getClientSocketChannelClass (line 61) | public static Class getClientSocketChannelCla... method getServerSocketChannelClass (line 69) | public static Class getServerSocketChan... method enableTriggeredMode (line 80) | public static void enableTriggeredMode(ServerBootstrap serverBootstrap) FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/util/ProtostuffUtil.java class ProtostuffUtil (line 28) | public class ProtostuffUtil method getSchema (line 40) | @SuppressWarnings("unchecked") method serialize (line 64) | @SuppressWarnings("unchecked") method deserialize (line 95) | public static T deserialize(byte[] data, Class cls) FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/netty/util/RemotingUtil.java class RemotingUtil (line 30) | public class RemotingUtil method parseRemoteAddress (line 39) | public static String parseRemoteAddress(final Channel channel) method parseLocalAddress (line 55) | public static String parseLocalAddress(final Channel channel) method parseRemoteIP (line 71) | public static String parseRemoteIP(final Channel channel) method parseRemoteHostName (line 93) | public static String parseRemoteHostName(final Channel channel) method parseLocalIP (line 113) | public static String parseLocalIP(final Channel channel) method parseRemotePort (line 133) | public static int parseRemotePort(final Channel channel) method parseLocalPort (line 153) | public static int parseLocalPort(final Channel channel) method parseSocketAddressToString (line 176) | public static String parseSocketAddressToString(SocketAddress socketAd... method parseSocketAddressToHostIp (line 193) | public static String parseSocketAddressToHostIp(SocketAddress socketAd... method getHost (line 213) | public static String getHost(String url) method doParse (line 237) | private static String doParse(String addr) FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/service/RefreshService.java type RefreshService (line 11) | public interface RefreshService method refresh (line 22) | boolean refresh(String ip, int port); FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/service/RepositoryService.java type RepositoryService (line 13) | public interface RepositoryService method getPropertySource (line 26) | Map getPropertySource(String ip, String application, S... FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/service/impl/JdbcRepositoryServiceImpl.java class JdbcRepositoryServiceImpl (line 23) | @Slf4j method getPropertySource (line 83) | @Override method queryItems (line 121) | private Map queryItems(List itemIds) method queryPrivateItems (line 130) | private Map queryPrivateItems(String ip, String applic... method queryItemsForGroups (line 145) | private List queryItemsForGroups(List itemGroupIds) method queryIds (line 154) | private List queryIds(String sql, String ip, String application,... FILE: SpringCloud-Custom-ConfigCenter/custom-config-server/src/main/java/com/xiao/custom/config/server/service/impl/RefreshServiceImpl.java class RefreshServiceImpl (line 23) | @Service method refresh (line 39) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/ConfigServiceApplication.java class ConfigServiceApplication (line 20) | @SpringBootApplication(scanBasePackages = "com.xiao.custom.config") method main (line 25) | public static void main(String[] args) method restTemplate (line 35) | @Bean FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/ApplicationApi.java class ApplicationApi (line 30) | @RestController method pageApplicationConfig (line 50) | @RequestMapping(value = "/page") method save (line 64) | @RequestMapping(value = "/save") method update (line 95) | @RequestMapping(value = "/update") method delete (line 134) | @RequestMapping(value = "/delete/{id}") method refresh (line 158) | @RequestMapping("/refresh") method batchRefresh (line 172) | @RequestMapping("/batchRefresh") method pageRefGroupWithApp (line 186) | @RequestMapping(value = "/isRefApp") method pageNotRefGroupWithApp (line 207) | @RequestMapping(value = "/notRefApp") method batchSave (line 229) | @RequestMapping(value = "/batchSaveRef") method batchDelete (line 261) | @RequestMapping(value = "/batchDeleteRef") method queryPrivateConfig (line 286) | @RequestMapping("/queryPrivateConfig") method savePrivateConfig (line 300) | @RequestMapping("/savePrivateConfig") method updatePrivateConfig (line 315) | @RequestMapping("/updatePrivateConfig") method delPrivateConfig (line 330) | @RequestMapping("/delPrivateConfig") method convertPrivateConf (line 341) | private ApplicationConfig convertPrivateConf(ApplicationConfigDto appl... FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/AuthApi.java class AuthApi (line 21) | @RestController method findByUsername (line 35) | @RequestMapping("/findByUsername") method insert (line 46) | @RequestMapping("/insert") method insertRole (line 59) | @RequestMapping("/insertRole") method findRoleById (line 71) | @RequestMapping("/findRoleById") method findRoleByUserId (line 83) | @RequestMapping("/findRoleByUserId") FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/ClientHostApi.java class ClientHostApi (line 22) | @RestController method pageQuery (line 36) | @RequestMapping("/page") method deleteById (line 50) | @RequestMapping("/del") FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/ConfigItemApi.java class ConfigItemApi (line 26) | @RestController method pageConfigItem (line 42) | @RequestMapping(value = "/page") method save (line 57) | @RequestMapping(value = "/save") method update (line 82) | @RequestMapping(value = "/update") method enableOrDisable (line 119) | @RequestMapping(value = "/batchDelete/{ids}") FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/ConfigItemGroupApi.java class ConfigItemGroupApi (line 30) | @RestController method pageConfigItemGroup (line 50) | @RequestMapping(value = "/page") method save (line 66) | @RequestMapping(value = "/save") method getConfigItemGroupById (line 91) | @RequestMapping(value = "/select/{id}") method update (line 110) | @RequestMapping(value = "/update") method delete (line 144) | @RequestMapping(value = "/delete/{ids}") method pageRefConfigItemWithGroup (line 166) | @RequestMapping(value = "/isRefGroup") method pageNotRefConfigItemWithGroup (line 187) | @RequestMapping(value = "/notRefGroup") method batchSave (line 207) | @RequestMapping(value = "/batchSave/{groupId}/{itemIds}") method batchDelete (line 233) | @RequestMapping(value = "/batchDelete/{groupId}/{itemIds}") FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/RegionApi.java class RegionApi (line 23) | @RestController method queryRegion (line 32) | @RequestMapping(value = "/queryRegion") method selectRgion (line 45) | @RequestMapping(value = "/selectRgion") method delectRegion (line 52) | @PostMapping(value = "/delectRegion/{ids}") method updateRegion (line 70) | @PostMapping(value = "/updateRegion") method addRegion (line 91) | @PostMapping(value = "/addRegion") method selectRegionById (line 110) | @RequestMapping(value = "selectRegionById/{id}") method RegionToDto (line 123) | public RegionDto RegionToDto(Region region) FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/api/ServerHostConfigApi.java class ServerHostConfigApi (line 21) | @RestController method queryServerHost (line 31) | @RequestMapping(value = "/queryServerHost") method delectServerHostConfig (line 41) | @RequestMapping(value = "/delectServerHostConfig/{id}") method updateServerHostConfig (line 53) | @PostMapping(value = "/updateServerHostConfig") method addServerHostConfig (line 74) | @PostMapping(value = "/addServerHostConfig") method selectServerHostConfigById (line 93) | @RequestMapping(value = "/selectServerHostConfigById/{id}") method serverHostConfigToDto (line 107) | public ServerHostConfigDto serverHostConfigToDto(ServerHostConfig serv... FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/feign/RefreshFeign.java type RefreshFeign (line 15) | @FeignClient(value = "winner-config-server") method refresh (line 19) | @RequestMapping("/client") FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ApplicationItemGroupRelationService.java type ApplicationItemGroupRelationService (line 13) | public interface ApplicationItemGroupRelationService method save (line 15) | Integer save(ApplicationItemGroupRelation applicationItemGroupRelation); method update (line 17) | Integer update(ApplicationItemGroupRelation applicationItemGroupRelati... method delete (line 19) | void delete(Long id); method batchSave (line 30) | int batchSave(String[] groupIdArr, Long appId); method batchDelete (line 41) | int batchDelete(String[] groupIdArr, Long appId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ApplicationService.java type ApplicationService (line 19) | public interface ApplicationService method save (line 29) | Integer save(Application applicationConfig, String[] groupIdArr); method update (line 31) | Integer update(Application applicationConfig); method delete (line 33) | Integer delete(Long id); method pageApplicationConfig (line 35) | PageInfo pageApplicationConfig(AppQuery appQuery, Inte... method selectApplicationConfigById (line 45) | Application selectApplicationConfigById(Long id); method pageQuery (line 55) | PageInfo pageQuery(ApplicationConfigQuery query); method saveApplicationConfig (line 65) | boolean saveApplicationConfig(ApplicationConfig applicationConfig); method updateApplicationConfig (line 75) | boolean updateApplicationConfig(ApplicationConfig applicationConfig); method delPrivateConfig (line 85) | boolean delPrivateConfig(Long id); method refresh (line 95) | boolean refresh(Long id); method batchRefresh (line 105) | boolean batchRefresh(Long... hostInfoIds); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/AuthService.java type AuthService (line 14) | public interface AuthService method findByUsername (line 22) | AuthUser findByUsername(String username); method insert (line 29) | void insert(AuthUser userDetail); method insertRole (line 38) | int insertRole(long userId, long roleId); method findRoleById (line 46) | Role findRoleById(long roleId); method findRoleByUserId (line 54) | Role findRoleByUserId(long userId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ClientHostService.java type ClientHostService (line 15) | public interface ClientHostService method pageQuery (line 23) | PageInfo pageQuery(ClientHostInfoQuery query); method delete (line 30) | void delete(long id); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ConfigItemGroupRelationService.java type ConfigItemGroupRelationService (line 13) | public interface ConfigItemGroupRelationService method save (line 15) | Integer save(ConfigItemGroupRelation configItemGroupRelation); method update (line 17) | Integer update(ConfigItemGroupRelation configItemGroupRelation); method delete (line 19) | void delete(Long id); method batchSave (line 30) | int batchSave(String[] itemIdArr, Long groupId); method batchDelete (line 41) | int batchDelete(String[] itemIdArr, Long groupId); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ConfigItemGroupService.java type ConfigItemGroupService (line 16) | public interface ConfigItemGroupService method save (line 18) | Integer save(ConfigItemGroup configItemGroup); method update (line 20) | Integer update(ConfigItemGroup configItemGroup); method delete (line 22) | Integer delete(Long id); method pageConfigItemGroup (line 24) | PageInfo pageConfigItemGroup(ConfigItemGroupQuery ... method getConfigItemGroupById (line 35) | ConfigItemGroup getConfigItemGroupById(Long id); method pageRefGroupWithApp (line 47) | PageInfo pageRefGroupWithApp(ConfigItemGroupQuery ... method pageNotRefGroupWithApp (line 60) | PageInfo pageNotRefGroupWithApp(ConfigItemGroupQue... method batchDelete (line 71) | int batchDelete(String[] idArr); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ConfigItemService.java type ConfigItemService (line 16) | public interface ConfigItemService method save (line 18) | Integer save(ConfigItem configItem); method update (line 20) | Integer update(ConfigItem configItem); method delete (line 22) | void delete(Long id); method pageConfigItem (line 24) | PageInfo pageConfigItem(ConfigItemQuery configItemQuery... method getConfigItemById (line 34) | ConfigItem getConfigItemById(Long id); method pageRefConfigItemWithGroup (line 46) | PageInfo pageRefConfigItemWithGroup(ConfigItemQuery con... method pageNotRefConfigItemWithGroup (line 58) | PageInfo pageNotRefConfigItemWithGroup(ConfigItemQuery ... method batchDelete (line 68) | int batchDelete(String[] idArr); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/RegionService.java type RegionService (line 18) | public interface RegionService method save (line 20) | int save(RegionDto regionDto); method update (line 22) | int update(RegionDto regionDto); method delete (line 24) | int delete(Long id); method selectRegionById (line 25) | Region selectRegionById(Long id); method pageRegion (line 27) | PageInfo pageRegion(RegionQuery regionQuery, Integer pageNu... method selectRegion (line 29) | List selectRegion(); method batchDelete (line 31) | int batchDelete(String[] idArr); FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/ServerHostConfigService.java type ServerHostConfigService (line 16) | public interface ServerHostConfigService method save (line 18) | int save(ServerHostConfigDto serverHostConfigDto); method update (line 20) | int update(ServerHostConfigDto serverHostConfigDto); method selectServerHostConfigById (line 29) | ServerHostConfig selectServerHostConfigById(Long id); method delete (line 30) | int delete(Long id); method pageServerHostConfig (line 32) | PageInfo pageServerHostConfig(ServerHostConfigQue... FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ApplicationItemGroupRelationServiceImpl.java class ApplicationItemGroupRelationServiceImpl (line 17) | @Service method save (line 23) | @Override method update (line 29) | @Override method delete (line 35) | @Override method batchSave (line 41) | @Override method batchDelete (line 47) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ApplicationServiceImpl.java class ApplicationServiceImpl (line 33) | @Service method save (line 65) | @Override method update (line 78) | @Override method delete (line 85) | @Override method pageApplicationConfig (line 98) | @Override method selectApplicationConfigById (line 105) | @Override method pageQuery (line 119) | @Override method saveApplicationConfig (line 139) | @Override method updateApplicationConfig (line 159) | @Override method delPrivateConfig (line 179) | @Override method refresh (line 197) | @Override method batchRefresh (line 242) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/AuthServiceImpl.java class AuthServiceImpl (line 20) | @Service method findByUsername (line 32) | @Override method insert (line 51) | @Override method insertRole (line 69) | @Override method findRoleById (line 82) | @Override method findRoleByUserId (line 94) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ClientHostServiceImpl.java class ClientHostServiceImpl (line 23) | @Service method pageQuery (line 35) | @Override method delete (line 52) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ConfigItemGroupRelationServiceImpl.java class ConfigItemGroupRelationServiceImpl (line 17) | @Service method save (line 23) | @Override method update (line 29) | @Override method delete (line 35) | @Override method batchSave (line 41) | @Override method batchDelete (line 47) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ConfigItemGroupServiceImpl.java class ConfigItemGroupServiceImpl (line 27) | @Service method save (line 38) | @Override method update (line 44) | @Override method delete (line 50) | @Override method pageConfigItemGroup (line 56) | @Override method getConfigItemGroupById (line 65) | @Override method pageRefGroupWithApp (line 71) | @Override method pageNotRefGroupWithApp (line 80) | @Override method batchDelete (line 89) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ConfigItemServiceImpl.java class ConfigItemServiceImpl (line 27) | @Service method save (line 35) | @Override method update (line 41) | @Override method delete (line 47) | @Override method pageConfigItem (line 53) | @Override method getConfigItemById (line 61) | @Override method pageRefConfigItemWithGroup (line 67) | @Override method pageNotRefConfigItemWithGroup (line 76) | @Override method batchDelete (line 85) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/RegionServiceImpl.java class RegionServiceImpl (line 25) | @Service method save (line 37) | @Override method update (line 53) | @Override method delete (line 68) | @Override method pageRegion (line 81) | @Override method selectRegion (line 96) | @Override method batchDelete (line 110) | @Override method regionDtoconvertRegion (line 122) | public Region regionDtoconvertRegion(RegionDto regionDto) method selectRegionById (line 142) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-service/src/main/java/com/xiao/custom/config/service/service/impl/ServerHostConfigServiceImpl.java class ServerHostConfigServiceImpl (line 27) | @Service method save (line 36) | @Override method update (line 45) | @Override method delete (line 61) | @Override method pageServerHostConfig (line 72) | @Override method serverHostConfigDtoconvertserverHostConfig (line 87) | public ServerHostConfig serverHostConfigDtoconvertserverHostConfig(Ser... method selectServerHostConfigById (line 100) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-simple/src/main/java/com/xiao/custom/config/simple/ConfigClientApplication.java class ConfigClientApplication (line 14) | @SpringBootApplication() method main (line 17) | public static void main(String[] args) FILE: SpringCloud-Custom-ConfigCenter/custom-config-simple/src/main/java/com/xiao/custom/config/simple/datasource/DataSourceConfigure.java class DataSourceConfigure (line 15) | @Slf4j FILE: SpringCloud-Custom-ConfigCenter/custom-config-simple/src/main/java/com/xiao/custom/config/simple/demo/ControllerDemo.java class ControllerDemo (line 16) | @RestController method getDbUrl (line 24) | @RequestMapping("/getDbUrl") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/ConfigCenterWebApplication.java class ConfigCenterWebApplication (line 16) | @SpringBootApplication(scanBasePackages = "com.xiao.custom.config") method main (line 24) | public static void main(String[] args) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/AuthContants.java type AuthContants (line 11) | public interface AuthContants FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/config/HttpSessionConfig.java class HttpSessionConfig (line 16) | @Configuration method httpSessionStrategy (line 28) | @Bean method requestCache (line 38) | @Bean FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/config/JwtAuthenticationEntryPoint.java class JwtAuthenticationEntryPoint (line 27) | @Component method commence (line 40) | @Override method cookiesStrategy (line 51) | private void cookiesStrategy(HttpServletRequest request, HttpServletRe... method headerStategy (line 91) | private void headerStategy(HttpServletRequest request, HttpServletResp... FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/config/JwtAuthenticationTokenFilter.java class JwtAuthenticationTokenFilter (line 24) | @Component method doFilterInternal (line 32) | @Override method accessToken (line 47) | private void accessToken(HttpServletRequest request, String authToken) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/config/RestAccessDeniedHandler.java class RestAccessDeniedHandler (line 21) | @Component("restAuthenticationAccessDeniedHandler") method handle (line 34) | @Override method api (line 45) | private void api(HttpServletResponse response, AccessDeniedException e... method webBrowser (line 57) | private void webBrowser(HttpServletResponse response) throws IOException FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/config/WebSecurityConfig.java class WebSecurityConfig (line 28) | @Configuration method configureAuthentication (line 49) | @Autowired method passwordEncoder (line 64) | @Bean method configure (line 70) | @Override method sessionConfig (line 92) | private void sessionConfig(HttpSecurity httpSecurity) throws Exception method tokenConfigure (line 103) | private void tokenConfigure(HttpSecurity httpSecurity) throws Exception method configure (line 112) | @Override method authenticationManagerBean (line 119) | @Bean FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/controller/AuthController.java class AuthController (line 27) | @RestController method login (line 37) | @PostMapping(value = "/login") method logout (line 46) | @GetMapping(value = "/logout") method getUser (line 68) | @GetMapping(value = "/getInfo") method sign (line 78) | @PostMapping(value = "/sign") method refreshAndGetAuthenticationToken (line 96) | @GetMapping(value = "/refresh") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/entity/ResponseUserToken.java class ResponseUserToken (line 12) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/entity/User.java class User (line 12) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/entity/UserDetail.java class UserDetail (line 18) | public class UserDetail implements UserDetails method UserDetail (line 27) | public UserDetail(AuthUser user) method UserDetail (line 36) | public UserDetail(AuthUser user, Role role) method UserDetail (line 44) | public UserDetail(long id, String username, Role role, method UserDetail (line 55) | public UserDetail(String username, String password, Role role) method UserDetail (line 62) | public UserDetail(long id, String username, String password) method getAuthorities (line 70) | @Override method getId (line 78) | public long getId() method getPassword (line 83) | @Override method getUsername (line 89) | @Override method isAccountNonExpired (line 98) | @Override method isAccountNonLocked (line 107) | @Override method isCredentialsNonExpired (line 116) | @Override method isEnabled (line 125) | @Override method getLastPasswordResetDate (line 131) | public Date getLastPasswordResetDate() method getRole (line 140) | public Role getRole() method setRole (line 145) | public void setRole(Role role) method setId (line 150) | public void setId(long id) method setUsername (line 155) | public void setUsername(String username) method setPassword (line 160) | public void setPassword(String password) method setLastPasswordResetDate (line 165) | public void setLastPasswordResetDate(Date lastPasswordResetDate) method getNickname (line 170) | public String getNickname() FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/exception/CustomException.java class CustomException (line 10) | @Getter method CustomException (line 15) | public CustomException(ResultJson resultJson) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/exception/DefaultExceptionHandler.java class DefaultExceptionHandler (line 16) | @RestControllerAdvice method handleCustomException (line 27) | @ExceptionHandler(CustomException.class) method handleMethodArgumentNotValidException (line 40) | @ExceptionHandler(MethodArgumentNotValidException.class) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/service/AuthUserService.java type AuthUserService (line 15) | public interface AuthUserService method register (line 23) | UserDetail register(AuthUser userDetail); method login (line 32) | ResponseUserToken login(String username, String password); method logout (line 39) | void logout(String token); method refresh (line 47) | ResponseUserToken refresh(String oldToken); method getUserByToken (line 55) | UserDetail getUserByToken(String token); method getByToken (line 65) | UserDetail getByToken(String token); method getByUsername (line 75) | UserDetail getByUsername(String username); FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/service/impl/AuthUserServiceImpl.java class AuthUserServiceImpl (line 36) | @Service method register (line 52) | @Override method login (line 72) | @Override method logout (line 88) | @Override method refresh (line 96) | @Override method getUserByToken (line 110) | @Override method getByToken (line 125) | @Override method getByUsername (line 141) | @Override method authenticate (line 147) | private Authentication authenticate(String username, String password) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/service/impl/ConfigUserDetailsServiceImpl.java class ConfigUserDetailsServiceImpl (line 20) | @Service("configUserDetailsService") method loadUserByUsername (line 38) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/util/JwtUtils.java class JwtUtils (line 24) | @Component method getUserFromToken (line 46) | public UserDetail getUserFromToken(String token) method getUserIdFromToken (line 66) | public long getUserIdFromToken(String token) method getUsernameFromToken (line 82) | public String getUsernameFromToken(String token) method getCreatedDateFromToken (line 98) | public Date getCreatedDateFromToken(String token) method generateAccessToken (line 114) | public String generateAccessToken(UserDetail userDetail) method getExpirationDateFromToken (line 121) | public Date getExpirationDateFromToken(String token) method canTokenBeRefreshed (line 137) | public Boolean canTokenBeRefreshed(String token, Date lastPasswordReset) method refreshToken (line 143) | public String refreshToken(String token) method validateToken (line 159) | public Boolean validateToken(String token, UserDetails userDetails) method generateRefreshToken (line 170) | public String generateRefreshToken(UserDetail userDetail) method putToken (line 179) | public void putToken(String userName, String token) method deleteToken (line 184) | public void deleteToken(String userName) method containToken (line 189) | public boolean containToken(String userName, String token) method getClaimsFromToken (line 198) | private Claims getClaimsFromToken(String token) method generateExpirationDate (line 212) | private Date generateExpirationDate(long expiration) method isTokenExpired (line 217) | private Boolean isTokenExpired(String token) method isCreatedBeforeLastPasswordReset (line 223) | private Boolean isCreatedBeforeLastPasswordReset(Date created, Date la... method generateClaims (line 228) | private Map generateClaims(UserDetail userDetail) method generateAccessToken (line 235) | private String generateAccessToken(String subject, Map... method authoritiesToArray (line 240) | private List authoritiesToArray(Collection... method generateRefreshToken (line 250) | private String generateRefreshToken(String subject, Map claim... FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/util/PageResult.java class PageResult (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/util/ResultCode.java type ResultCode (line 8) | public enum ResultCode method ResultCode (line 28) | ResultCode(int code, String msg) method getCode (line 34) | public int getCode() method getMsg (line 39) | public String getMsg() FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/auth/util/ResultJson.java class ResultJson (line 14) | @Data method ok (line 23) | public static ResultJson ok() method ok (line 28) | public static ResultJson ok(Object o) method failure (line 33) | public static ResultJson failure(ResultCode code) method failure (line 38) | public static ResultJson failure(ResultCode code, Object o) method ResultJson (line 43) | public ResultJson(ResultCode resultCode) method ResultJson (line 48) | public ResultJson(ResultCode resultCode, T data) method setResultCode (line 54) | public void setResultCode(ResultCode resultCode) method toString (line 60) | @Override method main (line 66) | public static void main(String[] args) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/commo/Constants.java type Constants (line 11) | public interface Constants FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/config/AppControllerAdvice.java class AppControllerAdvice (line 29) | @Slf4j method hystrixRuntimeException (line 37) | @ExceptionHandler(HystrixRuntimeException.class) method supports (line 55) | @Override method beforeBodyWrite (line 72) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/ClientInfoController.java class ClientInfoController (line 21) | @RestController method pageQuery (line 35) | @RequestMapping("/page") method deleteById (line 49) | @RequestMapping("/del") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/ConfigGroupController.java class ConfigGroupController (line 23) | @RestController method page (line 30) | @RequestMapping(value = "/page") method delete (line 36) | @RequestMapping(value = "/delete/{ids}") method save (line 42) | @RequestMapping(value = "/save") method update (line 48) | @RequestMapping(value = "/update") method pageRefConfigItemWithGroup (line 54) | @RequestMapping(value = "/isRefGroup") method batchDelete (line 60) | @RequestMapping(value = "/batchDelete/{groupId}/{itemIds}") method pageNotRefConfigItemWithGroup (line 66) | @RequestMapping(value = "/notRefGroup") method batchSave (line 72) | @RequestMapping(value = "/batchSave/{groupId}/{itemIds}") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/ConfigItemController.java class ConfigItemController (line 21) | @RestController method pageConfigItem (line 28) | @RequestMapping(value = "/page") method enableOrDisable (line 34) | @RequestMapping(value = "/batchDelete/{ids}") method save (line 40) | @RequestMapping(value = "/save") method update (line 46) | @RequestMapping(value = "/update") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/IndexController.java class IndexController (line 25) | @Controller method index (line 32) | @RequestMapping(value = "/") method index2 (line 38) | @RequestMapping(value = "/index") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/RegionController.java class RegionController (line 20) | @RestController method pageConfigItem (line 36) | @RequestMapping(value = "/queryRegion") method delectRegion (line 49) | @RequestMapping(value = "/delectRegion/{ids}") method addRegion (line 85) | @PostMapping(value = "/addRegion") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/ServerHostConfigController.java class ServerHostConfigController (line 22) | @RestController method pageConfigItem (line 31) | @RequestMapping(value = "/page") method updateServerHostConfig (line 38) | @RequestMapping(value = "/updateServerHostConfig") method addServerHostConfig (line 46) | @RequestMapping(value = "/addServerHostConfig") method delectServerHostConfig (line 53) | @RequestMapping(value = "/delectServerHostConfig/{id}") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/app/AppManagerController.java class AppManagerController (line 33) | @RestController method pageQuery (line 44) | @PostMapping("/pageQuery") method queryAllRegion (line 50) | @RequestMapping("/queryAllRegion") method saveApplication (line 70) | @RequestMapping("/save") method update (line 76) | @RequestMapping("/update") method deleteApplication (line 90) | @RequestMapping("/delete") method refresh (line 108) | @RequestMapping("/refresh") method pageRefGroupWithApp (line 118) | @RequestMapping("/queryItemGroup") method delItemGroup (line 138) | @RequestMapping("delItemGroup") method pageNotRefGroupWithApp (line 156) | @RequestMapping(value = "/notRefApp") method batchSave (line 175) | @RequestMapping(value = "/batchSaveRef") method pageQuery (line 193) | @RequestMapping("/queryPrivateConfig") method savePrivateConfig (line 204) | @RequestMapping("/addPrivateItem") method updatePrivateConfig (line 215) | @RequestMapping("/updatePrivateItem") method delPrivateConfig (line 226) | @RequestMapping("/delPrivateItem") method convertDto (line 236) | private ApplicationDto convertDto(ApplicationVo applicationVo) method convertVo (line 251) | private RegionVo convertVo(RegionDto regionDto) FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/app/vo/ApplicationVo.java class ApplicationVo (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/controller/app/vo/RegionVo.java class RegionVo (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/dto/ServerHostConfigDto.java class ServerHostConfigDto (line 13) | @Data FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/exception/ExceptionEnum.java type ExceptionEnum (line 9) | public enum ExceptionEnum implements AbstractServiceException method ExceptionEnum (line 19) | ExceptionEnum(Integer code, String message) { method getCode (line 28) | @Override method getMessage (line 33) | @Override FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/app/ApplicationFeign.java type ApplicationFeign (line 25) | @FeignClient(value = Constants.CONFIG_SERVICE) method pageApplicationConfig (line 37) | @RequestMapping(value = "page") method save (line 48) | @RequestMapping(value = "/save") method delete (line 59) | @RequestMapping(value = "/delete/{id}") method refresh (line 70) | @RequestMapping("/refresh") method update (line 81) | @RequestMapping(value = "/update") method pageRefGroupWithApp (line 92) | @RequestMapping(value = "/isRefApp") method batchUnBind (line 104) | @RequestMapping(value = "/batchDeleteRef") method pageNotRefGroupWithApp (line 115) | @RequestMapping(value = "/notRefApp") method batchSave (line 127) | @RequestMapping(value = "/batchSaveRef") method queryPrivateConfig (line 138) | @RequestMapping("/queryPrivateConfig") method savePrivateConfig (line 149) | @RequestMapping("/savePrivateConfig") method updatePrivateConfig (line 160) | @RequestMapping("/updatePrivateConfig") method delPrivateConfig (line 171) | @RequestMapping("/delPrivateConfig") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/auth/AuthFeign.java type AuthFeign (line 19) | @FeignClient(value = Constants.CONFIG_SERVICE) method findByUsername (line 29) | @RequestMapping("/findByUsername") method insert (line 37) | @RequestMapping("/insert") method insertRole (line 47) | @RequestMapping("/insertRole") method findRoleById (line 56) | @RequestMapping("/findRoleById") method findRoleByUserId (line 65) | @RequestMapping("/findRoleByUserId") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/client/ClientInfoFeign.java type ClientInfoFeign (line 20) | @FeignClient(value = Constants.CONFIG_SERVICE) method pageQuery (line 30) | @RequestMapping("/page") method deleteById (line 41) | @RequestMapping("/del") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/config/ConfigGroupFeign.java type ConfigGroupFeign (line 22) | @FeignClient(value = Constants.CONFIG_SERVICE) method page (line 26) | @RequestMapping(value = "/page") method delete (line 29) | @RequestMapping(value = "/delete/{ids}") method save (line 32) | @RequestMapping(value = "/save") method update (line 35) | @RequestMapping(value = "/update") method pageRefConfigItemWithGroup (line 38) | @RequestMapping(value = "/isRefGroup") method batchDelete (line 41) | @RequestMapping(value = "/batchDelete/{groupId}/{itemIds}") method pageNotRefConfigItemWithGroup (line 44) | @RequestMapping(value = "/notRefGroup") method batchSave (line 47) | @RequestMapping(value = "/batchSave/{groupId}/{itemIds}") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/config/ConfigItemFeign.java type ConfigItemFeign (line 20) | @FeignClient(value = Constants.CONFIG_SERVICE) method pageConfigItem (line 24) | @RequestMapping(value = "/page") method enableOrDisable (line 27) | @RequestMapping(value = "/batchDelete/{ids}") method save (line 30) | @RequestMapping(value = "/save") method update (line 33) | @RequestMapping(value = "/update") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/region/RegionFeign.java type RegionFeign (line 23) | @FeignClient(value = Constants.CONFIG_SERVICE) method queryRegion (line 28) | @RequestMapping(value = "/queryRegion") method delete (line 32) | @PostMapping(value="/delectRegion/{ids}") method updateRegion (line 36) | @PostMapping(value="/updateRegion") method addRegion (line 40) | @PostMapping(value="/addRegion") method selectRgion (line 44) | @RequestMapping(value = "/selectRgion") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/java/com/xiao/custom/config/web/feign/server/ServerHostConfigFeign.java type ServerHostConfigFeign (line 20) | @FeignClient(value = Constants.CONFIG_SERVICE) method pageServerHostConfig (line 25) | @RequestMapping(value = "/queryServerHost") method addServerHostConfig (line 29) | @RequestMapping(value = "/addServerHostConfig") method updateServerHostConfig (line 33) | @RequestMapping(value = "/updateServerHostConfig") method delectServerHostConfig (line 37) | @RequestMapping(value = "/delectServerHostConfig/{id}") FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/app/add.js method activated (line 34) | activated() { method submit (line 42) | submit(formName) { method relation (line 63) | relation() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/app/app.js method selectChange (line 19) | selectChange(v) { method search (line 22) | search() { method deleteBatch (line 27) | deleteBatch() { method confirmDelete (line 51) | confirmDelete() { method edit (line 69) | edit(row) { method relation (line 76) | relation(row) { method del (line 81) | del(row) { method refresh (line 102) | refresh(row) { method create (line 119) | create() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/app/configgroup.js method handleClick (line 57) | handleClick(tab, event) { method findApi (line 61) | findApi() { method configDetail (line 72) | configDetail(data) { method selectChagne (line 85) | selectChagne(v) { method del (line 88) | del(datas) { method open (line 121) | open(title, data) { method addConfGroup (line 132) | addConfGroup() { method updateConfig (line 137) | updateConfig(data) { method addPrivateConf (line 144) | addPrivateConf() { method findPrivateConf (line 149) | findPrivateConf() { method editPrivate (line 159) | editPrivate(row) { method delPrivate (line 170) | delPrivate(row) { method selPrivateChange (line 190) | selPrivateChange(v) { method submitPrivate (line 194) | submitPrivate() { method cleanPriTab (line 225) | cleanPriTab() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/app/detail.js method activated (line 34) | activated() { method submit (line 54) | submit(formName) { method relation (line 78) | relation() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/app/refconfiggroup.js method findApi (line 32) | findApi() { method configDetail (line 43) | configDetail(data) { method selectChagne (line 55) | selectChagne(v) { method ref (line 58) | ref(datas) { method open (line 82) | open(title, data) { method batchRef (line 94) | batchRef() { method updateConfig (line 99) | updateConfig(data) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/client/client.js method statusFormatter (line 35) | statusFormatter(v) { method findApi (line 43) | findApi() { method onSubmit (line 54) | onSubmit() { method resetForm (line 59) | resetForm() { method handleSizeChange (line 66) | handleSizeChange(val) { method handleCurrentChange (line 71) | handleCurrentChange(val) { method selectChagne (line 76) | selectChagne(v) { method deleteBatch (line 79) | deleteBatch() { method confirmDelete (line 87) | confirmDelete() { method del (line 95) | del(row) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/config/configitem.js method findApi (line 55) | findApi() { method onSubmit (line 65) | onSubmit() { method resetForm (line 70) | resetForm() { method handleSizeChange (line 77) | handleSizeChange(val) { method handleCurrentChange (line 82) | handleCurrentChange(val) { method fomatterStatus (line 87) | fomatterStatus(v) { method fomatterItemType (line 94) | fomatterItemType(v) { method selectChagne (line 107) | selectChagne(v) { method del (line 110) | del(datas) { method open (line 137) | open(title, data) { method submit (line 148) | submit(formName) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/configgroup/configgroup.js method findApi (line 48) | findApi() { method onSubmit (line 58) | onSubmit() { method resetForm (line 63) | resetForm() { method handleSizeChange (line 70) | handleSizeChange(val) { method handleCurrentChange (line 75) | handleCurrentChange(val) { method selectChagne (line 80) | selectChagne(v) { method del (line 83) | del(datas) { method create (line 111) | create(formName) { method open (line 148) | open(title, data) { method refItem (line 159) | refItem(group) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/configgroup/detail.js method activated (line 46) | activated() { method findApi (line 55) | findApi() { method selectChagne (line 65) | selectChagne(v) { method fomatterStatus (line 68) | fomatterStatus(v) { method fomatterItemType (line 75) | fomatterItemType(v) { method onSubmit (line 89) | onSubmit() { method resetForm (line 94) | resetForm() { method handleSizeChange (line 101) | handleSizeChange(val) { method handleCurrentChange (line 106) | handleCurrentChange(val) { method del (line 111) | del(datas) { method refItem (line 139) | refItem() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/configgroup/refdetail.js method activated (line 46) | activated() { method findApi (line 55) | findApi() { method selectChagne (line 65) | selectChagne(v) { method fomatterStatus (line 68) | fomatterStatus(v) { method fomatterItemType (line 75) | fomatterItemType(v) { method onSubmit (line 89) | onSubmit() { method resetForm (line 94) | resetForm() { method handleSizeChange (line 101) | handleSizeChange(val) { method handleCurrentChange (line 106) | handleCurrentChange(val) { method refItem (line 111) | refItem(datas) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/home/home.js method onClick (line 11) | onClick(){ method handleClose (line 14) | handleClose(done) { method onSubmit (line 21) | onSubmit(){ FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/index/compents.js method data (line 85) | data () { method mounted (line 106) | mounted() { method getUEContent (line 114) | getUEContent() { // 获取内容方法 method destroyed (line 118) | destroyed() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/index/index.js method created (line 8) | created(){ method created (line 33) | created(){ method mounted (line 46) | mounted(){ method closeMenu (line 69) | closeMenu(){ method initHash (line 79) | initHash (hash) { method convertToComp (line 197) | convertToComp(url){ method closeNav (line 277) | closeNav(item){ method handTags (line 309) | handTags(item){ method menuSelect (line 312) | menuSelect(n){ method openedNames (line 317) | openedNames(v){ FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/region/region.js method findApi (line 53) | findApi() { method handleSizeChange (line 64) | handleSizeChange(val) { method handleCurrentChange (line 68) | handleCurrentChange(val) { method addRegionFrom (line 74) | addRegionFrom() { method addRegionClose (line 102) | addRegionClose() { method onSubmit (line 113) | onSubmit() { method resetForm (line 118) | resetForm() { method selectChagne (line 125) | selectChagne(v) { method deleteRow (line 129) | deleteRow(row) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/server/server.js method findApi (line 56) | findApi() { method onSubmit (line 66) | onSubmit() { method resetForm (line 71) | resetForm() { method handleSizeChange (line 78) | handleSizeChange(val) { method handleCurrentChange (line 83) | handleCurrentChange(val) { method selectChagne (line 88) | selectChagne(v){ method deleteBatch (line 91) | deleteBatch(){ method confirmDelete (line 99) | confirmDelete(){ method del (line 107) | del(row) { method open (line 131) | open(title, data) { method submit (line 142) | submit(formName) { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/template/detail.js method activated (line 10) | activated(){ method submit (line 20) | submit(){ FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/pages/template/template.js method selectChagne (line 14) | selectChagne(v){ method deleteBatch (line 17) | deleteBatch(){ method confirmDelete (line 25) | confirmDelete(){ method edit (line 33) | edit(row){ method del (line 38) | del(row){ method create (line 42) | create(){ FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/plugin/common/common.js method setLoadArea (line 269) | setLoadArea(area) { function NavObject (line 465) | function NavObject(menuId, url, name, iconCls) { function JS_UUID (line 472) | function JS_UUID() { FILE: SpringCloud-Custom-ConfigCenter/custom-config-web/src/main/resources/static/plugin/element/js/index.js function t (line 1) | function t(n){if(i[n])return i[n].exports;var s=i[n]={i:n,l:!1,exports:{... function n (line 1) | function n(e,t,i){this.$children.forEach(function(s){s.$options.componen... function n (line 1) | function n(){for(var e=arguments.length,t=Array(e),i=0;i0&&void 0!==a... function n (line 1) | function n(e,t,i,n){for(var s=t;s1?t-1:0),o=1;o1&&void 0!==arguments[1]?arguments[... function e (line 1) | function e(e,t,i){this._reference=e.jquery?e[0]:e,this.state={};var n=vo... function t (line 1) | function t(e){var t=e.style.display,i=e.style.visibility;e.style.display... function i (line 1) | function i(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"... function n (line 1) | function n(e){var t=Object.assign({},e);return t.right=t.left+t.width,t.... function s (line 1) | function s(e,t){var i,n=0;for(i in e){if(e[i]===t)return n;n++}return null} function r (line 1) | function r(e,t){return m.getComputedStyle(e,null)[t]} function o (line 1) | function o(e){var t=e.offsetParent;return t!==m.document.body&&t?t:m.doc... function a (line 1) | function a(e){var t=e.parentNode;return t?t===m.document?m.document.body... function l (line 1) | function l(e){return e!==m.document.body&&("fixed"===r(e,"position")||(e... function u (line 1) | function u(e,t){function i(e){return""!==e&&!isNaN(parseFloat(e))&&isFin... function c (line 1) | function c(e){var t={};return e&&"[object Function]"===t.toString.call(e)} function d (line 1) | function d(e){var t={width:e.offsetWidth,height:e.offsetHeight,left:e.of... function h (line 1) | function h(e){var t=e.getBoundingClientRect(),i=-1!=navigator.userAgent.... function f (line 1) | function f(e,t,i){var n=h(e),s=h(t);if(i){var r=a(t);s.top+=r.scrollTop,... function p (line 1) | function p(e){for(var t=["","ms","webkit","moz","o"],i=0;i0;)t[n]=arguments[n... function s (line 1) | function s(e){for(var t=["top","right","bottom","left"],n={},s=0,r=t;s0&&void 0!==arguments[0]?arguments[0... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,r){(/^\s+$/.test(t)||""===t)&&n.push(s.d(r.messages.w... function n (line 1) | function n(e,t,i,n,s){if(e.required&&void 0===t)return void Object(a.a)(... function n (line 1) | function n(e,t,i,n,r){var o="number"==typeof e.len,a="number"==typeof e.... function n (line 1) | function n(e,t,i,n,o){e[r]=Array.isArray(e[r])?e[r]:[],-1===e[r].indexOf... function n (line 1) | function n(e,t,i,n,r){if(e.pattern)if(e.pattern instanceof RegExp)e.patt... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,a){var l=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,o){var a=[];if(e.required||!e.required&&n.hasOwnPrope... function n (line 1) | function n(e,t,i,n,s){var a=[],l=Array.isArray(t)?"array":void 0===t?"un... function n (line 1) | function n(e,t,i,n,o){var a=e.type,l=[];if(e.required||!e.required&&n.ha... function n (line 1) | function n(){return{default:"Validation error on field %s",required:"%s ... function n (line 1) | function n(){} function n (line 1) | function n(e){return e&&e.__esModule?e:{default:e}} function n (line 1) | function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a ... function e (line 1) | function e(t){var i=this;n(this,e),this.currentNode=null,this.currentNod... function n (line 1) | function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a ... function e (line 1) | function e(e,t){for(var i=0;i=r;r++)n+=String.fromCharCode(r);retu... function r (line 9) | function r(t,e,n){n=n||[];var l={name:"string"==typeof e?e.replace(a.RE_... function r (line 9) | function r(t,e){for(var n=o(t),r=u.diff(n,e),a=0;ae;e++)try{p[h[e]]=d[h[e]]}catch(r... function e (line 9) | function e(){n.readyState=r.HEADERS_RECEIVED,n.dispatchEvent(new Event("... FILE: SpringCloud-Custom-ConfigCenter/doc/configMysql.sql type `t_application` (line 2) | CREATE TABLE `t_application` ( type `t_application_config` (line 20) | CREATE TABLE `t_application_config` ( type `t_application_item_group_relation` (line 33) | CREATE TABLE `t_application_item_group_relation` ( type `t_client_application` (line 42) | CREATE TABLE `t_client_application` ( type `t_client_host_info` (line 56) | CREATE TABLE `t_client_host_info` ( type `t_config_item` (line 74) | CREATE TABLE `t_config_item` ( type `t_config_item_group` (line 88) | CREATE TABLE `t_config_item_group` ( type `t_config_item_group_relation` (line 99) | CREATE TABLE `t_config_item_group_relation` ( type `t_region` (line 108) | CREATE TABLE `t_region` ( type `t_server_host_config` (line 118) | CREATE TABLE `t_server_host_config` ( FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater-Example/src/main/java/com/xiao/springcloud/rest/RestTemplateStaterApp.java class RestTemplateStaterApp (line 14) | @SpringBootApplication method main (line 17) | public static void main(String[] args) FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater-Example/src/main/java/com/xiao/springcloud/rest/log/impl/HttpLogServiceiImpl.java class HttpLogServiceiImpl (line 17) | @Service method saveRequestLog (line 28) | @Override FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater-Example/src/test/java/com/xiao/springcloud/rest/RestTemplateStarterAppTest.java class RestTemplateStarterAppTest (line 15) | @RunWith(SpringRunner.class) FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater-Example/src/test/java/com/xiao/springcloud/rest/httpclient/HttpClientTest.java class HttpClientTest (line 17) | public class HttpClientTest extends RestTemplateStarterAppTest method testHttpGet (line 22) | @Test FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/dto/Request.java class Request (line 14) | @Data FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/interceptor/RestInterceptor.java class RestInterceptor (line 23) | @Slf4j method intercept (line 50) | @Override FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/log/annotation/RequestLogAspect.java class RequestLogAspect (line 27) | @Aspect method logAnnotatison (line 49) | @Pointcut("@annotation(com.xiao.springcloud.rest.stater.autoconfig.com... method execute (line 63) | @Around("logAnnotatison()") method subParams (line 134) | private String subParams(String toJsonString) FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/log/dto/HttpRequestLog.java class HttpRequestLog (line 15) | @Data FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/log/service/HttpRequestLogService.java type HttpRequestLogService (line 13) | public interface HttpRequestLogService method saveRequestLog (line 22) | void saveRequestLog(HttpRequestLog requestLog); FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/service/HttpClientService.java type HttpClientService (line 14) | public interface HttpClientService method doForObject (line 24) | T doForObject(Request request); method doRequest (line 26) | T doRequest(Request request); method getForObject (line 28) | T getForObject(Request request); method postFormData (line 38) | ResponseEntity postFormData(Request request); FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/service/impl/HttpClientServiceImpl.java class HttpClientServiceImpl (line 57) | @Service method doForObject (line 75) | @Override method doRequest (line 112) | @Override method getForObject (line 127) | @Override method postFormData (line 143) | @Override FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/common/util/ThreadLocalUtil.java class ThreadLocalUtil (line 14) | public class ThreadLocalUtil method getThreadLocal (line 18) | public static Map getThreadLocal() method get (line 31) | public static Object get(String key) method put (line 49) | public static void put(String key, Object value) method remove (line 68) | public static void remove(String key) method remove (line 83) | public static void remove() FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/config/RestTemplateConfiguration.java class RestTemplateConfiguration (line 46) | @Configuration method okHttpHttpRequestFactory (line 52) | @Bean method httpPoolRequestFactory (line 70) | @Bean method restTemplate (line 94) | @Bean FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/config/properties/HttpPoolProperties.java class HttpPoolProperties (line 16) | @Component FILE: SpringCloud-Custom-RestTemplate-Stater/SpringCloud-RestTemplate-Stater/src/main/java/com/xiao/springcloud/rest/stater/autoconfig/config/properties/OkHttpProperties.java class OkHttpProperties (line 16) | @Component FILE: SpringCloud-Demo-Doc/sql/行政区域带经纬度.sql type `t_sys_areas` (line 2) | CREATE TABLE `t_sys_areas` ( FILE: SpringCloud-Docker/src/main/java/com/xiao/springboot/docker/OmniZipkinServerApplication.java class OmniZipkinServerApplication (line 8) | @EnableZipkinStreamServer method main (line 13) | public static void main(String[] args) FILE: SpringCloud-Docker/src/main/java/com/xiao/springboot/docker/controller/DockerDemo.java class DockerDemo (line 14) | @RestController method helloDocker (line 18) | @RequestMapping("/hello") FILE: SpringCloud-Eureka/sql/config.sql type `properties` (line 1) | CREATE TABLE `properties` ( FILE: SpringCloud-Eureka/src/main/java/com/xiao/skywalking/center/Application.java class Application (line 22) | @SpringBootApplication method main (line 27) | public static void main(String[] args) FILE: SpringCloud-Gateway/src/main/java/com/xiao/skywalking/gateway/zuul/GatewayApplication.java class GatewayApplication (line 22) | @SpringBootApplication method main (line 27) | public static void main(String[] args) FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/ConsumerApplication.java class ConsumerApplication (line 23) | @SpringBootApplication method main (line 28) | public static void main(String[] args) method restTemplate (line 33) | @Bean FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/api/ConsumerRestService.java class ConsumerRestService (line 16) | @RestController method timeout (line 23) | @RequestMapping("/timeout") method normal (line 29) | @RequestMapping("/normal") FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/common/CacheConstants.java type CacheConstants (line 11) | public interface CacheConstants FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/config/CaffeineCacheConfiguration.java class CaffeineCacheConfiguration (line 25) | @Configuration method cacheManager (line 30) | @Bean method getNames (line 47) | private Collection getNames() FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/config/FeignConfiguration.java class FeignConfiguration (line 14) | public class FeignConfiguration method feignFallBack (line 17) | public ProducerFeignFallBack feignFallBack() FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/config/HystrixCacheConfiguration.java class HystrixCacheConfiguration (line 14) | @ServletComponentScan(basePackages = "com.purcotton.pref.consumer.filter") FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/dynamic/DynamicConfigSource.java class DynamicConfigSource (line 28) | @Component method poll (line 57) | @Override method getFromConfigCenter (line 71) | private Map getFromConfigCenter() method getRemoteEnvironment (line 88) | private Environment getRemoteEnvironment() FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/dynamic/InitHystrixConfiguration.java class InitHystrixConfiguration (line 19) | @Configuration method dynamicConfiguration (line 24) | @Bean FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/feign/ProducerFeign.java type ProducerFeign (line 17) | @FeignClient(name = "pref-producer-service", fallbackFactory = ProducerF... method timeout (line 20) | @CacheResult method normal (line 25) | @CacheResult FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/feign/impl/ProducerFeignFactory.java class ProducerFeignFactory (line 17) | @Component method ProducerFeignFactory (line 22) | public ProducerFeignFactory(ProducerFeignFallBack producerFeignFallBack) method create (line 30) | @Override FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/feign/impl/ProducerFeignFallBack.java class ProducerFeignFallBack (line 14) | @Component method timeout (line 17) | @Override method normal (line 23) | @Override FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Consumer/src/main/java/com/xiao/hystrix/demo/consumer/filter/HystrixCacheFilter.java class HystrixCacheFilter (line 22) | @WebFilter(urlPatterns = "/*") method init (line 43) | @Override method doFilter (line 79) | @Override method destroy (line 109) | @Override FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Eureka/src/main/java/com/xiao/hystrix/demo/eureka/EurekaApplication.java class EurekaApplication (line 15) | @SpringBootApplication method main (line 19) | public static void main(String[] args) FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Producer/src/main/java/com/xiao/hystrix/demo/producer/ProducerApplication.java class ProducerApplication (line 15) | @SpringBootApplication method main (line 19) | public static void main(String[] args) FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Producer/src/main/java/com/xiao/hystrix/demo/producer/api/ProducerRestService.java class ProducerRestService (line 16) | @RestController method timeout (line 23) | @RequestMapping("/timeout") method normal (line 29) | @RequestMapping("/normal") FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Producer/src/main/java/com/xiao/hystrix/demo/producer/service/ProducerService.java type ProducerService (line 11) | public interface ProducerService method timeout (line 21) | String timeout(String input); method normal (line 31) | String normal(String input); FILE: SpringCloud-Hystrix-Demo/SpringCloud-Hystrix-Producer/src/main/java/com/xiao/hystrix/demo/producer/service/impl/ProducerServiceImpl.java class ProducerServiceImpl (line 16) | @Service method timeout (line 27) | @Override method normal (line 50) | @Override FILE: SpringCloud-Kafka-Elk/src/main/java/com/xiao/springcloud/demo/kafka/elk/ElkKafkaApplication.java class ElkKafkaApplication (line 36) | @SpringBootApplication method main (line 53) | public static void main(String[] args) method testKafka (line 59) | @Scheduled(fixedRate = 1000 * 60) method listen (line 67) | @KafkaListener(topics = "kafkaTest", id = "member-service") FILE: SpringCloud-Kafka-Elk/src/main/java/com/xiao/springcloud/demo/kafka/elk/kafka/KafkaProducerTest.java class KafkaProducerTest (line 28) | @Component method sendTest (line 38) | @LogAnnotation FILE: SpringCloud-Kafka-Elk/src/main/java/com/xiao/springcloud/demo/kafka/elk/kafka/LogCompent.java class LogCompent (line 22) | @Component method testLog (line 27) | public void testLog() FILE: SpringCloud-MQTT/src/main/java/com/skywalking/mqtt/ClientCallback.java class ClientCallback (line 26) | public class ClientCallback implements MqttCallback method ClientCallback (line 31) | public ClientCallback(MqttClient client, MqttConnectOptions options) method connectionLost (line 37) | @Override method messageArrived (line 68) | @Override method deliveryComplete (line 82) | @Override FILE: SpringCloud-MQTT/src/main/java/com/skywalking/mqtt/MqttServiceApp.java class MqttServiceApp (line 24) | @SpringBootApplication method configure (line 38) | @Override method main (line 44) | public static void main(String[] args) throws Exception FILE: SpringCloud-MQTT/src/main/java/com/skywalking/mqtt/MqttTestClient.java class MqttTestClient (line 32) | public class MqttTestClient method MqttTestClient (line 44) | public MqttTestClient(String clientId) method start (line 49) | private void start() throws MqttException method setSSLSocketFactory (line 93) | private SocketFactory setSSLSocketFactory() method sslTrustManagers (line 110) | private TrustManager[] sslTrustManagers() method getTrustManagers (line 136) | private TrustManager[] getTrustManagers() method main (line 143) | public static void main(String[] args) throws MqttException FILE: SpringCloud-MQTT/src/main/java/com/skywalking/mqtt/MvcController.java class MvcController (line 15) | @Controller() method mqtt (line 18) | @RequestMapping("/mqtt") FILE: SpringCloud-MQTT/src/main/java/com/skywalking/mqtt/PurTrustManager.java class PurTrustManager (line 16) | public class PurTrustManager implements TrustManager, X509TrustManager method checkClientTrusted (line 18) | @Override method checkServerTrusted (line 23) | @Override method getAcceptedIssuers (line 29) | @Override FILE: SpringCloud-MQTT/src/main/java/com/skywalking/mqtt/TopicProducerTest.java class TopicProducerTest (line 31) | public class TopicProducerTest method main (line 33) | public static void main(String[] args) throws JMSException FILE: SpringCloud-MQTT/src/main/webapp/WEB-INF/js/crypto-js.js function F (line 24) | function F() {} function parseLoop (line 859) | function parseLoop(base64Str, base64StrLength, reverseMap) { function FF (line 1071) | function FF(a, b, c, d, x, s, t) { function GG (line 1076) | function GG(a, b, c, d, x, s, t) { function HH (line 1081) | function HH(a, b, c, d, x, s, t) { function II (line 1086) | function II(a, b, c, d, x, s, t) { function isPrime (line 1271) | function isPrime(n) { function getFractionalBits (line 1282) | function getFractionalBits(n) { function swapEndian (line 1563) | function swapEndian(word) { function f1 (line 1815) | function f1(x, y, z) { function f2 (line 1820) | function f2(x, y, z) { function f3 (line 1824) | function f3(x, y, z) { function f4 (line 1828) | function f4(x, y, z) { function f5 (line 1832) | function f5(x, y, z) { function rotl (line 1837) | function rotl(x,n) { function X64Word_create (line 2907) | function X64Word_create() { function selectCipherStrategy (line 3441) | function selectCipherStrategy(key) { function xorBlock (line 3604) | function xorBlock(words, offset, blockSize) { function generateKeystreamAndEncrypt (line 4161) | function generateKeystreamAndEncrypt(words, offset, blockSize, cipher) { function exchangeLR (line 5281) | function exchangeLR(offset, mask) { function exchangeRL (line 5287) | function exchangeRL(offset, mask) { function generateKeystreamWord (line 5398) | function generateKeystreamWord() { function incWord (line 5478) | function incWord(word) function incCounter (line 5522) | function incCounter(counter) function nextState (line 5682) | function nextState() { function nextState (line 5894) | function nextState() { FILE: SpringCloud-MQTT/src/main/webapp/WEB-INF/js/layer/layer.js function t (line 3) | function t(e){e=s.find(e),e.height(f[1]-c-u-2*(0|parseFloat(e.css("paddi... function e (line 3) | function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)} function o (line 3) | function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onlo... FILE: SpringCloud-MQTT/src/main/webapp/WEB-INF/js/mqttws31-min.js function x (line 16) | function x(a,b,c){b[c++]=a>>8;b[c++]=a%256;return c} function r (line 16) | function r(a,b,c,h){h=x(b,c,h);E(a,c,h);return h+b} function m (line 16) | function m(a){for(var b=0,c=0;ce)){var p... method host (line 68) | get host(){return this._getHost()} method host (line 68) | set host(a){this._setHost(a)} method port (line 68) | get port(){return this._getPort()} method port (line 68) | set port(a){this._setPort(a)} method path (line 68) | get path(){return this._getPath()} method path (line 68) | set path(a){this._setPath(a)} method clientId (line 68) | get clientId(){return this._getClientId()} method clientId (line 68) | set clientId(a){this._setClientId(a)} method onConnectionLost (line 68) | get onConnectionLost(){return this._getOnConnectionLost()} method onConnectionLost (line 68) | set onConnectionLost(a){this._setOnConnectionLost(a)} method onMessageDelivered (line 68) | get onMessageDelivered(){return this._getOnMessageDelivered()} method onMessageDelivered (line 68) | set onMessageDelivered(a){this._setOnMessageDelivered(a)} method onMessageArrived (line 69) | get onMessageArrived(){return this._getOnMessageArrived()} method onMessageArrived (line 69) | set onMessageArrived(a){this._setOnMessageArrived(a)} method trace (line 69) | get trace(){return this._getTrace()} method trace (line 69) | set trace(a){this._setTrace(a)} method payloadString (line 71) | get payloadString(){return this._getPayloadString()} method payloadBytes (line 71) | get payloadBytes(){return this._getPayloadBytes()} method destinationName (line 71) | get destinationName(){return this._getDestinationName()} method destinationName (line 71) | set destinationName(a){this._setDestinationName(a)} method qos (line 71) | get qos(){return this._getQos()} method qos (line 72) | set qos(a){this._setQos(a)} method retained (line 72) | get retained(){return this._getRetained()} method retained (line 72) | set retained(a){this._setRetained(a)} method duplicate (line 72) | get duplicate(){return this._getDuplicate()} method duplicate (line 72) | set duplicate(a){this._setDuplicate(a)} FILE: SpringCloud-Mybatis/src/main/java/com/xiao/springcloud/mybatis/generator/plugin/LombokPlugin.java class LombokPlugin (line 15) | public class LombokPlugin extends PluginAdapter method validate (line 18) | @Override method modelBaseRecordClassGenerated (line 24) | @Override method clientGenerated (line 46) | @Override method modelSetterMethodGenerated (line 57) | @Override method modelGetterMethodGenerated (line 65) | @Override method modelFieldGenerated (line 73) | @Override method date2Str (line 81) | private String date2Str(Date date) FILE: SpringCloud-Provider/src/main/java/com/xiao/skywalking/provider/ProviderApp.java class ProviderApp (line 22) | @SpringBootApplication method main (line 29) | public static void main(String[] args) FILE: SpringCloud-Provider/src/main/java/com/xiao/skywalking/provider/controller/SkywalkingController.java class SkywalkingController (line 22) | @RestController method skywalking (line 26) | @RequestMapping(path = "/skywalking") FILE: SpringCloud-Provider/src/main/java/com/xiao/skywalking/provider/local/cache/SpringGuavaCacheConfig.java class SpringGuavaCacheConfig (line 19) | @Configuration method cacheManager (line 22) | @Bean FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/JobServiceApplication.java class JobServiceApplication (line 13) | public class JobServiceApplication method main (line 15) | public static void main(String[] args) FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/config/JobConfig.java class JobConfig (line 9) | @Configuration method schedulerFactoryBean (line 16) | @Bean method scheduler (line 24) | @Bean FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/config/TaskSchedulerFactory.java class TaskSchedulerFactory (line 14) | @Component method createJobInstance (line 24) | @Override FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/entity/TaskConfigDocument.java class TaskConfigDocument (line 6) | @Data FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/job/ServiceTaskExecuteJob.java class ServiceTaskExecuteJob (line 15) | public class ServiceTaskExecuteJob implements Job method execute (line 36) | @Override FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/quartz/JobManager.java class JobManager (line 19) | @Service method addJob (line 35) | public void addJob(TaskConfigDocument task) method pauseJob (line 94) | public void pauseJob(TaskConfigDocument task) method resumeJob (line 115) | public void resumeJob(TaskConfigDocument task) method deleteJob (line 135) | public void deleteJob(TaskConfigDocument task) method runNow (line 154) | public void runNow(TaskConfigDocument task) method afterPropertiesSet (line 168) | @Override FILE: SpringCloud-Quartz-JobService/src/main/java/com/xiao/springcloud/job/util/CronExpUtil.java class CronExpUtil (line 19) | public class CronExpUtil method validator (line 31) | public static boolean validator(String cronExp) FILE: SpringCloud-Redisson/src/main/java/com/xiao/spring/cloud/redisson/SpringDataRedissonApplication.java class SpringDataRedissonApplication (line 14) | @SpringBootApplication method main (line 17) | public static void main(String[] args) FILE: SpringCloud-Redisson/src/main/java/com/xiao/spring/cloud/redisson/config/SpringDataRedissonConfig.java class SpringDataRedissonConfig (line 23) | @Configuration method redissonConnectionFactory (line 26) | @Bean method redisson (line 32) | @Bean(destroyMethod = "shutdown") method redisTemplate (line 39) | @Bean FILE: SpringCloud-Redisson/src/test/java/com/xiao/spring/cloud/redisson/SpringDataRedissonApplicationTest.java class SpringDataRedissonApplicationTest (line 26) | @RunWith(SpringRunner.class) method testSimple (line 33) | @Test method testBatch (line 41) | @Test FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/SearchApplication.java class SearchApplication (line 15) | @SpringBootApplication method main (line 19) | public static void main(String[] args) FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/ElasticSearchDoc.java class ElasticSearchDoc (line 22) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/PaginationDo.java class PaginationDo (line 22) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchBrandDo.java class SearchBrandDo (line 13) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchCategoryDo.java class SearchCategoryDo (line 13) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchCommoPropOptionDto.java class SearchCommoPropOptionDto (line 13) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchCommodityPropertyDo.java class SearchCommodityPropertyDo (line 15) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchCommodityResultDo.java class SearchCommodityResultDo (line 15) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchLogDo.java class SearchLogDo (line 23) | public class SearchLogDo method getId (line 125) | public Long getId() method setId (line 136) | public void setId(Long id) method getKeyWords (line 146) | public String getKeyWords() method setKeyWords (line 157) | public void setKeyWords(String keyWords) method getResult (line 167) | public String getResult() method setResult (line 178) | public void setResult(String result) method getSearchStats (line 188) | public int getSearchStats() method setSearchStats (line 199) | public void setSearchStats(int searchStats) method getStartTime (line 209) | public LocalDateTime getStartTime() method setStartTime (line 220) | public void setStartTime(LocalDateTime startTime) method getEndTime (line 230) | public LocalDateTime getEndTime() method setEndTime (line 241) | public void setEndTime(LocalDateTime endTime) method getCostTime (line 251) | public Long getCostTime() method setCostTime (line 262) | public void setCostTime(Long costTime) method getSearchQueryDSL (line 272) | public String getSearchQueryDSL() method setSearchQueryDSL (line 283) | public void setSearchQueryDSL(String searchQueryDSL) method getExceptionMsg (line 293) | public String getExceptionMsg() method setExceptionMsg (line 304) | public void setExceptionMsg(String exceptionMsg) method getRequest (line 314) | public String getRequest() method setRequest (line 325) | public void setRequest(String request) method getParticiple (line 335) | public String getParticiple() method setParticiple (line 346) | public void setParticiple(String participle) method getParticipleStats (line 356) | public int getParticipleStats() method setParticipleStats (line 367) | public void setParticipleStats(int participleStats) method toString (line 381) | @Override FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchMenusDo.java class SearchMenusDo (line 16) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchRequestDo.java class SearchRequestDo (line 22) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchResultDo.java class SearchResultDo (line 22) | public class SearchResultDo method setHighlight (line 43) | public SearchResultDo setHighlight() method getDoc (line 61) | public ElasticSearchDoc getDoc() method setDoc (line 71) | public void setDoc(ElasticSearchDoc doc) method getHighlightTitle (line 81) | public String getHighlightTitle() method setHighlightTitle (line 91) | public void setHighlightTitle(String highlightTitle) method getHighlightSubTitle (line 101) | public String getHighlightSubTitle() method setHighlightSubTitle (line 111) | public void setHighlightSubTitle(String highlightSubTitle) method toString (line 123) | @Override FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/SearchShopWeightDto.java class SearchShopWeightDto (line 18) | @Data FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/dto/ShopPriceRangeDto.java class ShopPriceRangeDto (line 13) | @Data method compareTo (line 30) | @Override FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/client/ElasticSearchClient.java class ElasticSearchClient (line 34) | @Component method destroy (line 85) | @PreDestroy method init (line 102) | @SuppressWarnings("resource") method getTransportClient (line 135) | public TransportClient getTransportClient() FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/common/AnalyzeType.java type AnalyzeType (line 18) | public enum AnalyzeType method AnalyzeType (line 36) | private AnalyzeType(String type) method getType (line 46) | public String getType() FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/common/ESConstants.java type ESConstants (line 18) | public interface ESConstants FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/common/OrderField.java type OrderField (line 18) | public enum OrderField method OrderField (line 45) | private OrderField(int type) method getType (line 55) | public int getType() FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/common/SearchException.java type SearchException (line 13) | public enum SearchException implements AbstractServiceException method SearchException (line 20) | SearchException(Integer code, String message) method getCode (line 39) | @Override method getMessage (line 48) | @Override FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/log/ISearchLogService.java type ISearchLogService (line 20) | public interface ISearchLogService method addSearchLog (line 30) | void addSearchLog(SearchLogDo searchLog); FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/log/impl/SearchLogServiceImpl.java class SearchLogServiceImpl (line 33) | @Service method init (line 56) | @PostConstruct method addSearchLog (line 72) | @Override method destroy (line 86) | @PreDestroy FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/log/thread/BatchSaveSearchLogThread.java class BatchSaveSearchLogThread (line 26) | public class BatchSaveSearchLogThread implements Runnable method BatchSaveSearchLogThread (line 37) | public BatchSaveSearchLogThread(ArrayBlockingQueue queue,... method run (line 43) | @Override method processQueue (line 62) | private void processQueue() method processLog (line 104) | private void processLog(List logs) FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/log/thread/SearchLogThread.java class SearchLogThread (line 23) | public class SearchLogThread extends Thread method SearchLogThread (line 37) | public SearchLogThread(Runnable r, String threadName) method run (line 43) | @Override method getCreated (line 70) | public static AtomicInteger getCreated() method getAlive (line 80) | public static AtomicInteger getAlive() FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/log/thread/SearchLogThreadPool.java class SearchLogThreadPool (line 24) | public class SearchLogThreadPool extends ThreadPoolExecutor method SearchLogThreadPool (line 58) | public SearchLogThreadPool(int corePoolSize, int maximumPoolSize, long... method SearchLogThreadPool (line 76) | public SearchLogThreadPool(int corePoolSize, int maximumPoolSize, long... method SearchLogThreadPool (line 94) | public SearchLogThreadPool(int corePoolSize, int maximumPoolSize, long... method SearchLogThreadPool (line 113) | public SearchLogThreadPool(int corePoolSize, int maximumPoolSize, long... method beforeExecute (line 129) | @Override method afterExecute (line 150) | @Override method terminated (line 178) | @Override FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/log/thread/SearchThreadFactory.java class SearchThreadFactory (line 20) | public class SearchThreadFactory implements ThreadFactory method newThread (line 24) | @Override FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/es/service/SearchManagerEsImpl.java class SearchManagerEsImpl (line 50) | @Slf4j method createIndexMapping (line 68) | @Override method createMapping (line 102) | private XContentBuilder createMapping() throws IOException method existsIndex (line 148) | @Override method deleteIndex (line 165) | @Override method getEsDocById (line 190) | @Override method getAllDos (line 210) | @Override method getEsDocByDefProdNo (line 244) | @Override method getEsDocByCommoNo (line 280) | @Override method addData (line 313) | @Override method addDatas (line 341) | @Override method updateData (line 380) | @Override method updateDatas (line 409) | @Override method updateDataById (line 446) | @Override method updateDataByDefProdNo (line 492) | @Override method updateHasStock (line 529) | @Override method deleteData (line 562) | @Override method deleteDatas (line 588) | @Override method deleteDatasByCommoNo (line 621) | @Override method updateTagNames (line 627) | private void updateTagNames(Map esDocById, Map aggregationFunction(String index, QueryBuilder qu... method segmentQuery (line 468) | private long segmentQuery(SearchRequestDo request, PaginationDo page, ... method setOrder (line 533) | private void setOrder(SearchRequestBuilder searchBuilder, SearchReques... method openedWords (line 576) | private List openedWords(AnalyzeType analyze, TransportClient ... method setHighlight (line 605) | private void setHighlight(SearchResultDo searchResultDo, SearchHit sea... method processSearchMenu (line 634) | private void processSearchMenu(SearchHits hits, SearchMenusDo menu) method processSearchResult (line 671) | private void processSearchResult(PaginationDo page, SearchHits hits, l... method setHighlightBuilder (line 709) | private HighlightBuilder setHighlightBuilder() method setQueryBuilder (line 727) | private QueryBuilder setQueryBuilder(List openKeywords, Search... method setQueryBuilder (line 753) | private QueryBuilder setQueryBuilder(SearchRequestDo request) method setFilters (line 780) | private void setFilters(SearchRequestDo request, BoolQueryBuilder quer... method getMenus (line 873) | private SearchMenusDo getMenus(List searchResponses, S... method getThreeOprtCat (line 898) | private void getThreeOprtCat(List catelist, SearchMenusDo menus) method getFunctionScoreQueryBuilder (line 928) | private QueryBuilder getFunctionScoreQueryBuilder(SearchRequestDo requ... FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/rest/SearchManagerRestService.java class SearchManagerRestService (line 22) | @RestController method getEsDocById (line 41) | @RequestMapping("/getById") method getAllDos (line 55) | @RequestMapping("/getAll") method getEsDocByDefProdNo (line 69) | @RequestMapping("/getByProdNo") method getEsDocByCommoNo (line 83) | @RequestMapping("/getByCommodityNo") method addData (line 96) | @RequestMapping("/addData") method addDatas (line 110) | @RequestMapping("/batchAdd") method updateData (line 124) | @RequestMapping("/update") method updateDatas (line 138) | @RequestMapping("/batchUpdate") method updateDataById (line 152) | @RequestMapping("/updateById") method updateHasStock (line 166) | @RequestMapping("/batchUpdateStock") method deleteData (line 181) | @RequestMapping("/deleteById") method deleteDatas (line 195) | @RequestMapping("/batchDeleteById") method deleteDataByCommoNo (line 209) | @RequestMapping("/deleteByCommoNo") FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/rest/SearchRestService.java class SearchRestService (line 22) | @RestController method search (line 30) | @RequestMapping("/keywords") method searchMenu (line 43) | @RequestMapping("/searchMenu") method commodityTotal (line 63) | @RequestMapping("/commodityTotal") FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/service/SearchManangerService.java type SearchManangerService (line 15) | public interface SearchManangerService method createIndexMapping (line 26) | boolean createIndexMapping(String index); method existsIndex (line 37) | boolean existsIndex(String index); method deleteIndex (line 48) | boolean deleteIndex(String index); method getEsDocById (line 58) | ElasticSearchDoc getEsDocById(String id, String index); method getAllDos (line 67) | List getAllDos(String index); method getEsDocByDefProdNo (line 76) | ElasticSearchDoc getEsDocByDefProdNo(String defProdNo, String index); method getEsDocByCommoNo (line 85) | List getEsDocByCommoNo(String commoNo, String index); method addData (line 94) | boolean addData(ElasticSearchDoc doc); method addDatas (line 103) | boolean addDatas(List docs); method updateData (line 112) | boolean updateData(ElasticSearchDoc doc); method updateDatas (line 121) | boolean updateDatas(List docs); method updateDataById (line 130) | boolean updateDataById(ElasticSearchDoc doc); method updateDataByDefProdNo (line 139) | boolean updateDataByDefProdNo(ElasticSearchDoc doc); method updateHasStock (line 148) | boolean updateHasStock(List allDocs); method deleteData (line 158) | boolean deleteData(String id, String index); method deleteDatas (line 167) | boolean deleteDatas(List docs); method deleteDatasByCommoNo (line 177) | boolean deleteDatasByCommoNo(String commoNo, String index); FILE: SpringCloud-SearchService/src/main/java/com/xiao/spring/cloud/search/service/SearchService.java type SearchService (line 15) | public interface SearchService method search (line 25) | SearchCommodityResultDo search(SearchRequestDo searchRequestDo); method searchMenu (line 34) | SearchMenusDo searchMenu(SearchRequestDo searchRequestDo); method commodityTotal (line 43) | long commodityTotal(SearchRequestDo searchRequestDo); FILE: SpringCloud-SearchService/src/test/java/com/xiao/springcloud/test/SearchApplicationTest.java class SearchApplicationTest (line 36) | @RunWith(SpringRunner.class) method setUp (line 53) | @Before method testBasePostApi (line 72) | protected ResultActions testBasePostApi(String url, Map method createTableIfNotExists (line 15) | void createTableIfNotExists(); method dropTable (line 17) | void dropTable(); method truncateTable (line 19) | void truncateTable(); method insert (line 21) | Long insert(T entity); method delete (line 23) | void delete(Long id); method selectAll (line 25) | List selectAll(); method selectRange (line 27) | List selectRange(); FILE: SpringCloud-Sharding-Sphere/src/main/java/com/purcotton/sharding/sphere/demo/repository/OrderItemRepository.java type OrderItemRepository (line 14) | @Mapper FILE: SpringCloud-Sharding-Sphere/src/main/java/com/purcotton/sharding/sphere/demo/repository/OrderRepository.java type OrderRepository (line 14) | @Mapper FILE: SpringCloud-Sharding-Sphere/src/main/java/com/purcotton/sharding/sphere/demo/service/BasisCommonService.java class BasisCommonService (line 20) | public abstract class BasisCommonService implements CommonService method initEnvironment (line 22) | @Override method cleanEnvironment (line 31) | @Override method processSuccess (line 38) | @Transactional method processFailure (line 50) | @Transactional method insertData (line 60) | private List insertData() method deleteData (line 80) | private void deleteData(final List orderIds) method printData (line 90) | @Override method printDataRange (line 103) | private void printDataRange() method printDataAll (line 117) | private void printDataAll() method getOrderRepository (line 131) | protected abstract OrderRepository getOrderRepository(); method getOrderItemRepository (line 133) | protected abstract OrderItemRepository getOrderItemRepository(); method newOrder (line 135) | protected abstract Order newOrder(); method newOrderItem (line 137) | protected abstract OrderItem newOrderItem(); FILE: SpringCloud-Sharding-Sphere/src/main/java/com/purcotton/sharding/sphere/demo/service/CommonService.java type CommonService (line 11) | public interface CommonService method initEnvironment (line 13) | void initEnvironment(); method cleanEnvironment (line 14) | void cleanEnvironment(); method processSuccess (line 15) | void processSuccess(boolean isRangeSharding); method processFailure (line 16) | void processFailure(); method printData (line 17) | void printData(boolean isRangeSharding); FILE: SpringCloud-Sharding-Sphere/src/main/java/com/purcotton/sharding/sphere/demo/service/impl/SpringPojoServiceImpl.java class SpringPojoServiceImpl (line 21) | @Service method getOrderRepository (line 31) | @Override method getOrderItemRepository (line 37) | @Override method newOrder (line 43) | @Override method newOrderItem (line 49) | @Override FILE: SpringCloud-ZipkinServer/src/main/java/com/xiao/springcloud/zs/ZipkinServerApplication.java class ZipkinServerApplication (line 23) | @SpringBootApplication method main (line 31) | public static void main(String[] args)