SYMBOL INDEX (835 symbols across 346 files) FILE: chapter-sleuth-mysql/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-mysql/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-mysql/gateway-service/src/main/java/com/forezp/GatewayServiceApplication.java class GatewayServiceApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter-sleuth-mysql/gateway-service/src/main/java/com/forezp/filter/LoggerFilter.java class LoggerFilter (line 12) | @Component method filterType (line 17) | @Override method filterOrder (line 22) | @Override method shouldFilter (line 27) | @Override method run (line 32) | @Override FILE: chapter-sleuth-mysql/gateway-service/src/test/java/com/forezp/GatewayServiceApplicationTests.java class GatewayServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-mysql/user-service/src/main/java/com/forezp/UserServiceApplication.java class UserServiceApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-mysql/user-service/src/main/java/com/forezp/web/UserController.java class UserController (line 10) | @RestController method hi (line 14) | @GetMapping("/hi") FILE: chapter-sleuth-mysql/user-service/src/test/java/com/forezp/UserServiceApplicationTests.java class UserServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-mysql/zipkin-server/src/main/java/com/forezp/ZipkinServerApplication.java class ZipkinServerApplication (line 12) | @SpringBootApplication method main (line 17) | public static void main(String[] args) { method mySQLStorage (line 22) | @Bean FILE: chapter-sleuth-mysql/zipkin-server/src/test/java/com/forezp/ZipkinServerApplicationTests.java class ZipkinServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-elasticsearch/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-stream-elasticsearch/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-elasticsearch/gateway-service/src/main/java/com/forezp/GatewayServiceApplication.java class GatewayServiceApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter-sleuth-stream-elasticsearch/gateway-service/src/test/java/com/forezp/GatewayServiceApplicationTests.java class GatewayServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-elasticsearch/user-service/src/main/java/com/forezp/UserServiceApplication.java class UserServiceApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-stream-elasticsearch/user-service/src/main/java/com/forezp/web/UserController.java class UserController (line 10) | @RestController method hi (line 14) | @GetMapping("/hi") FILE: chapter-sleuth-stream-elasticsearch/user-service/src/test/java/com/forezp/UserServiceApplicationTests.java class UserServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-elasticsearch/zipkin-server/src/main/java/com/forezp/ZipkinServerApplication.java class ZipkinServerApplication (line 9) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: chapter-sleuth-stream-elasticsearch/zipkin-server/src/test/java/com/forezp/ZipkinServerApplicationTests.java class ZipkinServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-mysql/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-stream-mysql/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-mysql/gateway-service/src/main/java/com/forezp/GatewayServiceApplication.java class GatewayServiceApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter-sleuth-stream-mysql/gateway-service/src/test/java/com/forezp/GatewayServiceApplicationTests.java class GatewayServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-mysql/user-service/src/main/java/com/forezp/UserServiceApplication.java class UserServiceApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-stream-mysql/user-service/src/main/java/com/forezp/web/UserController.java class UserController (line 10) | @RestController method hi (line 14) | @GetMapping("/hi") FILE: chapter-sleuth-stream-mysql/user-service/src/test/java/com/forezp/UserServiceApplicationTests.java class UserServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream-mysql/zipkin-server/src/main/java/com/forezp/ZipkinServerApplication.java class ZipkinServerApplication (line 9) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: chapter-sleuth-stream-mysql/zipkin-server/src/main/resources/spring-cloud-zipkin.sql type zipkin_spans (line 1) | CREATE TABLE IF NOT EXISTS zipkin_spans ( type zipkin_annotations (line 18) | CREATE TABLE IF NOT EXISTS zipkin_annotations ( type zipkin_dependencies (line 40) | CREATE TABLE IF NOT EXISTS zipkin_dependencies ( FILE: chapter-sleuth-stream-mysql/zipkin-server/src/test/java/com/forezp/ZipkinServerApplicationTests.java class ZipkinServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-stream/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream/gateway-service/src/main/java/com/forezp/GatewayServiceApplication.java class GatewayServiceApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter-sleuth-stream/gateway-service/src/test/java/com/forezp/GatewayServiceApplicationTests.java class GatewayServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream/user-service/src/main/java/com/forezp/UserServiceApplication.java class UserServiceApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth-stream/user-service/src/main/java/com/forezp/web/UserController.java class UserController (line 10) | @RestController method hi (line 14) | @GetMapping("/hi") FILE: chapter-sleuth-stream/user-service/src/test/java/com/forezp/UserServiceApplicationTests.java class UserServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth-stream/zipkin-server/src/main/java/com/forezp/ZipkinServerApplication.java class ZipkinServerApplication (line 9) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: chapter-sleuth-stream/zipkin-server/src/test/java/com/forezp/ZipkinServerApplicationTests.java class ZipkinServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth/gateway-service/src/main/java/com/forezp/GatewayServiceApplication.java class GatewayServiceApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter-sleuth/gateway-service/src/main/java/com/forezp/filter/LoggerFilter.java class LoggerFilter (line 12) | @Component method filterType (line 17) | @Override method filterOrder (line 22) | @Override method shouldFilter (line 27) | @Override method run (line 32) | @Override FILE: chapter-sleuth/gateway-service/src/test/java/com/forezp/GatewayServiceApplicationTests.java class GatewayServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth/user-service/src/main/java/com/forezp/UserServiceApplication.java class UserServiceApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter-sleuth/user-service/src/main/java/com/forezp/web/UserController.java class UserController (line 10) | @RestController method hi (line 14) | @GetMapping("/hi") FILE: chapter-sleuth/user-service/src/test/java/com/forezp/UserServiceApplicationTests.java class UserServiceApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter-sleuth/zipkin-server/src/main/java/com/forezp/ZipkinServerApplication.java class ZipkinServerApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter-sleuth/zipkin-server/src/test/java/com/forezp/ZipkinServerApplicationTests.java class ZipkinServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter1/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter1/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter1/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter1/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter10-5-jdbc/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 9) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { method hi (line 19) | @RequestMapping(value = "/foo") FILE: chapter10-5-jdbc/config-client/src/test/java/com/forezp/ConfigClientApplicationTests.java class ConfigClientApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter10-5-jdbc/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter10-5-jdbc/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter10/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter10/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter10/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter10/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter11-2/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter11-2/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter11-2/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter11-2/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter11/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter11/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter11/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter11/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter12/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter12/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter12/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 14) | @SpringBootApplication method main (line 21) | public static void main(String[] args) { method home (line 27) | @RequestMapping("/hi") method hiError (line 33) | public String hiError(String name) { FILE: chapter12/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter13/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter13/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter13/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 14) | @SpringBootApplication method main (line 21) | public static void main(String[] args) { method home (line 27) | @RequestMapping("/hi") method hiError (line 33) | public String hiError(String name) { FILE: chapter13/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter13/service-lucy/src/main/java/com/forezp/ServiceLucyApplication.java class ServiceLucyApplication (line 14) | @SpringBootApplication method main (line 21) | public static void main(String[] args) { method home (line 27) | @RequestMapping("/hi") method hiError (line 33) | public String hiError(String name) { FILE: chapter13/service-lucy/src/test/java/com/forezp/ServiceLucyApplicationTests.java class ServiceLucyApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter13/service-turbine/src/main/java/com/forezp/ServiceTurbineApplication.java class ServiceTurbineApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter13/service-turbine/src/test/java/com/forezp/ServiceTurbineApplicationTests.java class ServiceTurbineApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter14/consul-miya/src/main/java/com/forezp/ConsulMiyaApplication.java class ConsulMiyaApplication (line 10) | @SpringBootApplication method home (line 15) | @RequestMapping("/hi") method main (line 20) | public static void main(String[] args) { FILE: chapter14/consul-miya/src/test/java/com/forezp/ConsulMiyaApplicationTests.java class ConsulMiyaApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter2/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter2/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter2/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter2/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter2/service-ribbon/src/main/java/com/forezp/ServiceRibbonApplication.java class ServiceRibbonApplication (line 10) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { method restTemplate (line 18) | @Bean FILE: chapter2/service-ribbon/src/main/java/com/forezp/service/HelloService.java class HelloService (line 11) | @Service method hiService (line 17) | public String hiService(String name) { FILE: chapter2/service-ribbon/src/main/java/com/forezp/web/HelloControler.java class HelloControler (line 12) | @RestController method hi (line 20) | @RequestMapping(value = "/hi") FILE: chapter2/service-ribbon/src/test/java/com/forezp/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter3/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter3/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter3/service-feign/src/main/java/com/forezp/ServiceFeignApplication.java class ServiceFeignApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter3/service-feign/src/main/java/com/forezp/service/SchedualServiceHi.java type SchedualServiceHi (line 11) | @FeignClient(value = "service-hi") method sayHiFromClientOne (line 13) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: chapter3/service-feign/src/main/java/com/forezp/web/HiController.java class HiController (line 13) | @RestController method sayHi (line 18) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: chapter3/service-feign/src/test/java/com/forezp/ServiceFeignApplicationTests.java class ServiceFeignApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter3/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter3/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter3/service-ribbon/src/main/java/com/forezp/ServiceRibbonApplication.java class ServiceRibbonApplication (line 10) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { method restTemplate (line 18) | @Bean FILE: chapter3/service-ribbon/src/main/java/com/forezp/service/HelloService.java class HelloService (line 11) | @Service method hiService (line 17) | public String hiService(String name) { FILE: chapter3/service-ribbon/src/main/java/com/forezp/web/HelloControler.java class HelloControler (line 12) | @RestController method hi (line 17) | @RequestMapping(value = "/hi") FILE: chapter3/service-ribbon/src/test/java/com/forezp/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter4/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter4/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter4/service-feign/src/main/java/com/forezp/ServiceFeignApplication.java class ServiceFeignApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter4/service-feign/src/main/java/com/forezp/service/SchedualServiceHi.java type SchedualServiceHi (line 11) | @FeignClient(value = "service-hi",fallback = SchedualServiceHiHystric.cl... method sayHiFromClientOne (line 13) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: chapter4/service-feign/src/main/java/com/forezp/service/SchedualServiceHiHystric.java class SchedualServiceHiHystric (line 8) | @Component method sayHiFromClientOne (line 10) | @Override FILE: chapter4/service-feign/src/main/java/com/forezp/web/HiController.java class HiController (line 13) | @RestController method sayHi (line 18) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: chapter4/service-feign/src/test/java/com/forezp/ServiceFeignApplicationTests.java class ServiceFeignApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter4/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter4/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter4/service-ribbon/src/main/java/com/forezp/ServiceRibbonApplication.java class ServiceRibbonApplication (line 12) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method restTemplate (line 22) | @Bean FILE: chapter4/service-ribbon/src/main/java/com/forezp/service/HelloService.java class HelloService (line 12) | @Service method hiService (line 18) | @HystrixCommand(fallbackMethod = "hiError") method hiError (line 23) | public String hiError(String name) { FILE: chapter4/service-ribbon/src/main/java/com/forezp/web/HelloControler.java class HelloControler (line 12) | @RestController method hi (line 16) | @RequestMapping(value = "/hi") FILE: chapter4/service-ribbon/src/test/java/com/forezp/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter5/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter5/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter5/service-feign/src/main/java/com/forezp/ServiceFeignApplication.java class ServiceFeignApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: chapter5/service-feign/src/main/java/com/forezp/service/SchedualServiceHi.java type SchedualServiceHi (line 11) | @FeignClient(value = "service-hi",fallback = SchedualServiceHiHystric.cl... method sayHiFromClientOne (line 13) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: chapter5/service-feign/src/main/java/com/forezp/service/SchedualServiceHiHystric.java class SchedualServiceHiHystric (line 8) | @Component method sayHiFromClientOne (line 10) | @Override FILE: chapter5/service-feign/src/main/java/com/forezp/web/HiController.java class HiController (line 13) | @RestController method sayHi (line 18) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: chapter5/service-feign/src/test/java/com/forezp/ServiceFeignApplicationTests.java class ServiceFeignApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter5/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 22) | @RequestMapping("/hi") FILE: chapter5/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter5/service-ribbon/src/main/java/com/forezp/ServiceRibbonApplication.java class ServiceRibbonApplication (line 12) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method restTemplate (line 22) | @Bean FILE: chapter5/service-ribbon/src/main/java/com/forezp/service/HelloService.java class HelloService (line 12) | @Service method hiService (line 18) | @HystrixCommand(fallbackMethod = "hiError") method hiError (line 23) | public String hiError(String name) { FILE: chapter5/service-ribbon/src/main/java/com/forezp/web/HelloControler.java class HelloControler (line 12) | @RestController method hi (line 16) | @RequestMapping(value = "/hi") FILE: chapter5/service-ribbon/src/test/java/com/forezp/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter5/service-zuul/src/main/java/com/forezp/MyFilter.java class MyFilter (line 13) | @Component method filterType (line 17) | @Override method filterOrder (line 22) | @Override method shouldFilter (line 27) | @Override method run (line 32) | @Override FILE: chapter5/service-zuul/src/main/java/com/forezp/ServiceZuulApplication.java class ServiceZuulApplication (line 10) | @EnableZuulProxy method main (line 15) | public static void main(String[] args) { FILE: chapter5/service-zuul/src/test/java/com/forezp/ServiceZuulApplicationTests.java class ServiceZuulApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter6/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 9) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { method hi (line 19) | @RequestMapping(value = "/hi") FILE: chapter6/config-client/src/test/java/com/forezp/ConfigClientApplicationTests.java class ConfigClientApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter6/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 8) | @SpringBootApplication method main (line 12) | public static void main(String[] args) { FILE: chapter6/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter7/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 12) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method hi (line 25) | @RequestMapping(value = "/hi") FILE: chapter7/config-client/src/test/java/com/forezp/ConfigClientApplicationTests.java class ConfigClientApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter7/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 9) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: chapter7/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter7/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter7/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter8/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 12) | @SpringBootApplication method main (line 20) | public static void main(String[] args) { method hi (line 25) | @RequestMapping(value = "/hi") FILE: chapter8/config-client/src/test/java/com/forezp/ConfigClientApplicationTests.java class ConfigClientApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter8/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 10) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: chapter8/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter8/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: chapter8/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter9/server-zipkin/src/main/java/com/forezp/ServerZipkinApplication.java class ServerZipkinApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: chapter9/server-zipkin/src/test/java/com/forezp/ServerZipkinApplicationTests.java class ServerZipkinApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter9/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 14) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method getRestTemplate (line 28) | @Bean method callHome (line 33) | @RequestMapping("/hi") method info (line 38) | @RequestMapping("/info") method defaultSampler (line 46) | @Bean FILE: chapter9/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: chapter9/service-miya/src/main/java/com/forezp/ServiceMiyaApplication.java class ServiceMiyaApplication (line 14) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method home (line 25) | @RequestMapping("/hi") method info (line 31) | @RequestMapping("/miya") method getRestTemplate (line 40) | @Bean FILE: chapter9/service-miya/src/test/java/com/forezp/ServiceMiyaApplicationTests.java class ServiceMiyaApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-2020-chapter1/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter1/consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter1/consumer/src/main/java/io/github/forezp/consumer/ConsumerApplication.java class ConsumerApplication (line 8) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: sc-2020-chapter1/consumer/src/main/java/io/github/forezp/consumer/client/ProviderClient.java type ProviderClient (line 7) | @FeignClient(value = "provider" ) method hi (line 10) | @GetMapping("/hi") FILE: sc-2020-chapter1/consumer/src/main/java/io/github/forezp/consumer/web/ConsumerController.java class ConsumerController (line 8) | @RestController method hiFeign (line 14) | @GetMapping("/hi-feign") FILE: sc-2020-chapter1/consumer/src/test/java/io/github/forezp/consumer/ConsumerApplicationTests.java class ConsumerApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter1/provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter1/provider/src/main/java/io/github/forezp/provider/ProviderApplication.java class ProviderApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method hi (line 24) | @GetMapping("/hi") FILE: sc-2020-chapter1/provider/src/test/java/io/github/forezp/provider/ProviderApplicationTests.java class ProviderApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter2/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter2/consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter2/consumer/src/main/java/io/github/forezp/consumer/ConsumerApplication.java class ConsumerApplication (line 8) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: sc-2020-chapter2/consumer/src/main/java/io/github/forezp/consumer/client/ProviderClient.java type ProviderClient (line 7) | @FeignClient(value = "provider" ) method hi (line 10) | @GetMapping("/hi") FILE: sc-2020-chapter2/consumer/src/main/java/io/github/forezp/consumer/web/ConsumerController.java class ConsumerController (line 8) | @RestController method hiFeign (line 14) | @GetMapping("/hi-feign") FILE: sc-2020-chapter2/consumer/src/test/java/io/github/forezp/consumer/ConsumerApplicationTests.java class ConsumerApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter2/gateway/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter2/gateway/src/main/java/io/github/forezp/gateway/GatewayApplication.java class GatewayApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: sc-2020-chapter2/gateway/src/test/java/io/github/forezp/gateway/GatewayApplicationTests.java class GatewayApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter2/provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter2/provider/src/main/java/io/github/forezp/provider/ProviderApplication.java class ProviderApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method hi (line 24) | @GetMapping("/hi") FILE: sc-2020-chapter2/provider/src/test/java/io/github/forezp/provider/ProviderApplicationTests.java class ProviderApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter3/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter3/consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter3/consumer/src/main/java/io/github/forezp/consumer/ConsumerApplication.java class ConsumerApplication (line 8) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: sc-2020-chapter3/consumer/src/main/java/io/github/forezp/consumer/client/ProviderClient.java type ProviderClient (line 7) | @FeignClient(value = "provider" ) method hi (line 10) | @GetMapping("/hi") FILE: sc-2020-chapter3/consumer/src/main/java/io/github/forezp/consumer/web/ConsumerController.java class ConsumerController (line 8) | @RestController method hiFeign (line 14) | @GetMapping("/hi-feign") FILE: sc-2020-chapter3/consumer/src/test/java/io/github/forezp/consumer/ConsumerApplicationTests.java class ConsumerApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter3/gateway/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter3/gateway/src/main/java/io/github/forezp/gateway/GatewayApplication.java class GatewayApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: sc-2020-chapter3/gateway/src/main/java/io/github/forezp/gateway/GatewayConfiguration.java class GatewayConfiguration (line 32) | @Configuration method GatewayConfiguration (line 38) | public GatewayConfiguration(ObjectProvider> viewRes... method sentinelGatewayBlockExceptionHandler (line 44) | @Bean method sentinelGatewayFilter (line 51) | @Bean method doInit (line 57) | @PostConstruct method initCustomizedApis (line 63) | private void initCustomizedApis() { method initGatewayRules (line 81) | private void initGatewayRules() { FILE: sc-2020-chapter3/gateway/src/test/java/io/github/forezp/gateway/GatewayApplicationTests.java class GatewayApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter3/provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter3/provider/src/main/java/io/github/forezp/provider/ProviderApplication.java class ProviderApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method hi (line 24) | @GetMapping("/hi") FILE: sc-2020-chapter3/provider/src/test/java/io/github/forezp/provider/ProviderApplicationTests.java class ProviderApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter4/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter4/consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter4/consumer/src/main/java/io/github/forezp/consumer/ConsumerApplication.java class ConsumerApplication (line 8) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: sc-2020-chapter4/consumer/src/main/java/io/github/forezp/consumer/client/ProviderClient.java type ProviderClient (line 7) | @FeignClient(value = "provider" ) method hi (line 10) | @GetMapping("/hi") FILE: sc-2020-chapter4/consumer/src/main/java/io/github/forezp/consumer/web/ConsumerController.java class ConsumerController (line 8) | @RestController method hiFeign (line 14) | @GetMapping("/hi-feign") FILE: sc-2020-chapter4/consumer/src/test/java/io/github/forezp/consumer/ConsumerApplicationTests.java class ConsumerApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter4/gateway/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter4/gateway/src/main/java/io/github/forezp/gateway/GatewayApplication.java class GatewayApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: sc-2020-chapter4/gateway/src/main/java/io/github/forezp/gateway/GatewayConfiguration.java class GatewayConfiguration (line 32) | @Configuration method GatewayConfiguration (line 38) | public GatewayConfiguration(ObjectProvider> viewRes... method sentinelGatewayBlockExceptionHandler (line 44) | @Bean method sentinelGatewayFilter (line 51) | @Bean method doInit (line 57) | @PostConstruct method initCustomizedApis (line 63) | private void initCustomizedApis() { method initGatewayRules (line 81) | private void initGatewayRules() { FILE: sc-2020-chapter4/gateway/src/test/java/io/github/forezp/gateway/GatewayApplicationTests.java class GatewayApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-2020-chapter4/provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 22) | public class MavenWrapperDownloader { method main (line 49) | public static void main(String args[]) { method downloadFileFromURL (line 98) | private static void downloadFileFromURL(String urlString, File destina... FILE: sc-2020-chapter4/provider/src/main/java/io/github/forezp/provider/ProviderApplication.java class ProviderApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method hi (line 24) | @GetMapping("/hi") FILE: sc-2020-chapter4/provider/src/test/java/io/github/forezp/provider/ProviderApplicationTests.java class ProviderApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: sc-f-boot-admin-cloud/admin-client/src/main/java/com/forezp/servicehi/AdminClientApplication.java class AdminClientApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method home (line 23) | @RequestMapping("/hi") FILE: sc-f-boot-admin-cloud/admin-client/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-boot-admin-cloud/admin-server/src/main/java/com/forezp/adminserver/AdminServerApplication.java class AdminServerApplication (line 8) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { FILE: sc-f-boot-admin-cloud/admin-server/src/main/java/com/forezp/adminserver/SecuritySecureConfig.java class SecuritySecureConfig (line 9) | @Configuration method SecuritySecureConfig (line 14) | public SecuritySecureConfig(AdminServerProperties adminServerPropertie... method configure (line 18) | @Override FILE: sc-f-boot-admin-cloud/admin-server/src/test/java/com/forezp/adminserver/AdminServerApplicationTests.java class AdminServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-boot-admin-cloud/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-boot-admin-cloud/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-boot-admin/admin-client/src/main/java/com/forezp/adminclient/AdminClientApplication.java class AdminClientApplication (line 9) | @SpringBootApplication method main (line 12) | public static void main(String[] args) { FILE: sc-f-boot-admin/admin-client/src/test/java/com/forezp/adminclient/AdminClientApplicationTests.java class AdminClientApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-boot-admin/admin-server/src/main/java/com/forezp/adminserver/AdminServerApplication.java class AdminServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: sc-f-boot-admin/admin-server/src/test/java/com/forezp/adminserver/AdminServerApplicationTests.java class AdminServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter1/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter1/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter1/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 12) | @SpringBootApplication method main (line 17) | public static void main(String[] args) { method home (line 24) | @RequestMapping("/hi") FILE: sc-f-chapter1/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter10/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter10/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter10/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 12) | @SpringBootApplication method main (line 17) | public static void main(String[] args) { method home (line 24) | @RequestMapping("/hi") FILE: sc-f-chapter10/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter12/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter12/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter12/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 18) | @SpringBootApplication method main (line 32) | public static void main(String[] args) { method home (line 39) | @RequestMapping("/hi") method hiError (line 45) | public String hiError(String name) { FILE: sc-f-chapter12/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter13/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter13/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter13/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 18) | @SpringBootApplication method main (line 32) | public static void main(String[] args) { method home (line 39) | @RequestMapping("/hi") method hiError (line 45) | public String hiError(String name) { FILE: sc-f-chapter13/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter13/service-lucy/src/main/java/com/forezp/servicelucy/ServiceLucyApplication.java class ServiceLucyApplication (line 16) | @SpringBootApplication method main (line 25) | public static void main(String[] args) { method home (line 31) | @RequestMapping("/hi") method hiError (line 37) | public String hiError(String name) { FILE: sc-f-chapter13/service-lucy/src/test/java/com/forezp/servicelucy/ServiceLucyApplicationTests.java class ServiceLucyApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter13/service-turbine/src/main/java/com/forezp/serviceturbine/ServiceTurbineApplication.java class ServiceTurbineApplication (line 13) | @SpringBootApplication method main (line 27) | public static void main(String[] args) { FILE: sc-f-chapter13/service-turbine/src/test/java/com/forezp/serviceturbine/ServiceTurbineApplicationTests.java class ServiceTurbineApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter2/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter2/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter2/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 13) | @SpringBootApplication method main (line 19) | public static void main(String[] args) { method home (line 26) | @RequestMapping("/hi") FILE: sc-f-chapter2/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter2/service-ribbon/src/main/java/com/forezp/serviceribbon/ServiceRibbonApplication.java class ServiceRibbonApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method restTemplate (line 20) | @Bean FILE: sc-f-chapter2/service-ribbon/src/main/java/com/forezp/serviceribbon/service/HelloService.java class HelloService (line 13) | @Service method hiService (line 19) | public String hiService(String name) { FILE: sc-f-chapter2/service-ribbon/src/main/java/com/forezp/serviceribbon/web/HelloControler.java class HelloControler (line 15) | @RestController method hi (line 21) | @GetMapping(value = "/hi") FILE: sc-f-chapter2/service-ribbon/src/test/java/com/forezp/serviceribbon/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter3/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter3/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter3/service-feign/src/main/java/com/forezp/servicefeign/ServiceFeignApplication.java class ServiceFeignApplication (line 9) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter3/service-feign/src/main/java/com/forezp/servicefeign/clients/SchedualServiceHi.java type SchedualServiceHi (line 14) | @FeignClient(value = "service-hi") method sayHiFromClientOne (line 16) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: sc-f-chapter3/service-feign/src/main/java/com/forezp/servicefeign/web/HiController.java class HiController (line 15) | @RestController method sayHi (line 23) | @GetMapping(value = "/hi") FILE: sc-f-chapter3/service-feign/src/test/java/com/forezp/servicefeign/ServiceFeignApplicationTests.java class ServiceFeignApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter3/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 13) | @SpringBootApplication method main (line 19) | public static void main(String[] args) { method home (line 26) | @RequestMapping("/hi") FILE: sc-f-chapter3/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter3/service-ribbon/src/main/java/com/forezp/serviceribbon/ServiceRibbonApplication.java class ServiceRibbonApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method restTemplate (line 20) | @Bean FILE: sc-f-chapter3/service-ribbon/src/main/java/com/forezp/serviceribbon/service/HelloService.java class HelloService (line 13) | @Service method hiService (line 19) | public String hiService(String name) { FILE: sc-f-chapter3/service-ribbon/src/main/java/com/forezp/serviceribbon/web/HelloControler.java class HelloControler (line 15) | @RestController method hi (line 21) | @GetMapping(value = "/hi") FILE: sc-f-chapter3/service-ribbon/src/test/java/com/forezp/serviceribbon/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter4/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter4/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter4/service-feign/src/main/java/com/forezp/servicefeign/ServiceFeignApplication.java class ServiceFeignApplication (line 9) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter4/service-feign/src/main/java/com/forezp/servicefeign/clients/SchedualServiceHi.java type SchedualServiceHi (line 15) | @FeignClient(value = "service-hi",fallback = SchedualServiceHiHystric.cl... method sayHiFromClientOne (line 17) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: sc-f-chapter4/service-feign/src/main/java/com/forezp/servicefeign/clients/fallback/SchedualServiceHiHystric.java class SchedualServiceHiHystric (line 12) | @Component method sayHiFromClientOne (line 14) | @Override FILE: sc-f-chapter4/service-feign/src/main/java/com/forezp/servicefeign/web/HiController.java class HiController (line 15) | @RestController method sayHi (line 23) | @GetMapping(value = "/hi") FILE: sc-f-chapter4/service-feign/src/test/java/com/forezp/servicefeign/ServiceFeignApplicationTests.java class ServiceFeignApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter4/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 13) | @SpringBootApplication method main (line 19) | public static void main(String[] args) { method home (line 26) | @RequestMapping("/hi") FILE: sc-f-chapter4/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter4/service-ribbon/src/main/java/com/forezp/serviceribbon/ServiceRibbonApplication.java class ServiceRibbonApplication (line 12) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method restTemplate (line 22) | @Bean FILE: sc-f-chapter4/service-ribbon/src/main/java/com/forezp/serviceribbon/service/HelloService.java class HelloService (line 14) | @Service method hiService (line 20) | @HystrixCommand(fallbackMethod = "hiError") method hiError (line 25) | public String hiError(String name) { FILE: sc-f-chapter4/service-ribbon/src/main/java/com/forezp/serviceribbon/web/HelloControler.java class HelloControler (line 15) | @RestController method hi (line 21) | @GetMapping(value = "/hi") FILE: sc-f-chapter4/service-ribbon/src/test/java/com/forezp/serviceribbon/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter5/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter5/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter5/service-feign/src/main/java/com/forezp/servicefeign/ServiceFeignApplication.java class ServiceFeignApplication (line 9) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter5/service-feign/src/main/java/com/forezp/servicefeign/clients/SchedualServiceHi.java type SchedualServiceHi (line 15) | @FeignClient(value = "service-hi",fallback = SchedualServiceHiHystric.cl... method sayHiFromClientOne (line 17) | @RequestMapping(value = "/hi",method = RequestMethod.GET) FILE: sc-f-chapter5/service-feign/src/main/java/com/forezp/servicefeign/clients/fallback/SchedualServiceHiHystric.java class SchedualServiceHiHystric (line 12) | @Component method sayHiFromClientOne (line 14) | @Override FILE: sc-f-chapter5/service-feign/src/main/java/com/forezp/servicefeign/web/HiController.java class HiController (line 15) | @RestController method sayHi (line 23) | @GetMapping(value = "/hi") FILE: sc-f-chapter5/service-feign/src/test/java/com/forezp/servicefeign/ServiceFeignApplicationTests.java class ServiceFeignApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter5/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 13) | @SpringBootApplication method main (line 19) | public static void main(String[] args) { method home (line 26) | @RequestMapping("/hi") FILE: sc-f-chapter5/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter5/service-ribbon/src/main/java/com/forezp/serviceribbon/ServiceRibbonApplication.java class ServiceRibbonApplication (line 12) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method restTemplate (line 22) | @Bean FILE: sc-f-chapter5/service-ribbon/src/main/java/com/forezp/serviceribbon/service/HelloService.java class HelloService (line 14) | @Service method hiService (line 20) | @HystrixCommand(fallbackMethod = "hiError") method hiError (line 25) | public String hiError(String name) { FILE: sc-f-chapter5/service-ribbon/src/main/java/com/forezp/serviceribbon/web/HelloControler.java class HelloControler (line 15) | @RestController method hi (line 21) | @GetMapping(value = "/hi") FILE: sc-f-chapter5/service-ribbon/src/test/java/com/forezp/serviceribbon/ServiceRibbonApplicationTests.java class ServiceRibbonApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter5/service-zuul/src/main/java/com/forezp/servicezuul/ServiceZuulApplication.java class ServiceZuulApplication (line 9) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-chapter5/service-zuul/src/main/java/com/forezp/servicezuul/filter/MyFilter.java class MyFilter (line 17) | @Component method filterType (line 21) | @Override method filterOrder (line 26) | @Override method shouldFilter (line 31) | @Override method run (line 36) | @Override FILE: sc-f-chapter5/service-zuul/src/test/java/com/forezp/servicezuul/ServiceZuulApplicationTests.java class ServiceZuulApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter6/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 9) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { method hi (line 19) | @RequestMapping(value = "/hi") FILE: sc-f-chapter6/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 8) | @SpringBootApplication method main (line 12) | public static void main(String[] args) { FILE: sc-f-chapter6/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter7/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 12) | @SpringBootApplication method main (line 19) | public static void main(String[] args) { method hi (line 26) | @RequestMapping(value = "/hi") FILE: sc-f-chapter7/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 10) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { FILE: sc-f-chapter7/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter7/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: sc-f-chapter7/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter8/config-client/src/main/java/com/forezp/ConfigClientApplication.java class ConfigClientApplication (line 12) | @SpringBootApplication method main (line 23) | public static void main(String[] args) { method hi (line 30) | @RequestMapping(value = "/hi") FILE: sc-f-chapter8/config-client/src/test/java/com/forezp/ConfigClientApplicationTests.java class ConfigClientApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter8/config-server/src/main/java/com/forezp/ConfigServerApplication.java class ConfigServerApplication (line 10) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { FILE: sc-f-chapter8/config-server/src/test/java/com/forezp/ConfigServerApplicationTests.java class ConfigServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter8/eureka-server/src/main/java/com/forezp/EurekaServerApplication.java class EurekaServerApplication (line 7) | @EnableEurekaServer method main (line 11) | public static void main(String[] args) { FILE: sc-f-chapter8/eureka-server/src/test/java/com/forezp/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter9/service-hi/src/main/java/com/forezp/ServiceHiApplication.java class ServiceHiApplication (line 14) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method getRestTemplate (line 28) | @Bean method callHome (line 33) | @RequestMapping("/hi") method info (line 38) | @RequestMapping("/info") method defaultSampler (line 46) | @Bean FILE: sc-f-chapter9/service-hi/src/test/java/com/forezp/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-chapter9/service-miya/src/main/java/com/forezp/ServiceMiyaApplication.java class ServiceMiyaApplication (line 15) | @SpringBootApplication method main (line 19) | public static void main(String[] args) { method home (line 26) | @RequestMapping("/hi") method info (line 32) | @RequestMapping("/miya") method getRestTemplate (line 41) | @Bean method defaultSampler (line 47) | @Bean FILE: sc-f-chapter9/service-miya/src/test/java/com/forezp/ServiceMiyaApplicationTests.java class ServiceMiyaApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-gateway-cloud/eureka-server/src/main/java/com/forezp/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: sc-f-gateway-cloud/eureka-server/src/test/java/com/forezp/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-gateway-cloud/service-gateway/src/main/java/com/forezp/servicegateway/RequestTimeGatewayFilterFactory.java class RequestTimeGatewayFilterFactory (line 18) | public class RequestTimeGatewayFilterFactory extends AbstractGatewayFilt... method shortcutFieldOrder (line 25) | @Override method RequestTimeGatewayFilterFactory (line 30) | public RequestTimeGatewayFilterFactory() { method apply (line 34) | @Override class Config (line 61) | public static class Config { method isWithParams (line 65) | public boolean isWithParams() { method setWithParams (line 69) | public void setWithParams(boolean withParams) { FILE: sc-f-gateway-cloud/service-gateway/src/main/java/com/forezp/servicegateway/ServiceGatewayApplication.java class ServiceGatewayApplication (line 8) | @SpringBootApplication method main (line 12) | public static void main(String[] args) { method requestTimeGatewayFilterFactory (line 16) | @Bean FILE: sc-f-gateway-cloud/service-gateway/src/test/java/com/forezp/servicegateway/ServiceGatewayApplicationTests.java class ServiceGatewayApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-gateway-cloud/service-hi/src/main/java/com/forezp/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 12) | @SpringBootApplication method main (line 17) | public static void main(String[] args) { method home (line 24) | @RequestMapping("/hi") FILE: sc-f-gateway-cloud/service-hi/src/test/java/com/forezp/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: sc-f-gateway-filter/src/main/java/gateway/Application.java class Application (line 9) | @SpringBootApplication method main (line 13) | public static void main(String[] args) { method elapsedGatewayFilterFactory (line 39) | @Bean FILE: sc-f-gateway-filter/src/main/java/gateway/RequestTimeFilter.java class RequestTimeFilter (line 17) | public class RequestTimeFilter implements GatewayFilter, Ordered { method filter (line 23) | @Override method getOrder (line 38) | @Override FILE: sc-f-gateway-filter/src/main/java/gateway/RequestTimeGatewayFilterFactory.java class RequestTimeGatewayFilterFactory (line 18) | public class RequestTimeGatewayFilterFactory extends AbstractGatewayFilt... method shortcutFieldOrder (line 25) | @Override method RequestTimeGatewayFilterFactory (line 30) | public RequestTimeGatewayFilterFactory() { method apply (line 34) | @Override class Config (line 61) | public static class Config { method isWithParams (line 65) | public boolean isWithParams() { method setWithParams (line 69) | public void setWithParams(boolean withParams) { FILE: sc-f-gateway-filter/src/main/java/gateway/TokenFilter.java class TokenFilter (line 20) | public class TokenFilter implements GlobalFilter, Ordered { method filter (line 23) | @Override method getOrder (line 34) | @Override FILE: sc-f-gateway-filter/src/main/java/org/springframework/cloud/gateway/filter/factory/AbstractChangeRequestUriGatewayFilterFactory.java class AbstractChangeRequestUriGatewayFilterFactory (line 9) | public abstract class AbstractChangeRequestUriGatewayFilterFactory exten... FILE: sc-f-gateway-first-sight/src/main/java/gateway/Application.java class Application (line 14) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { method myRoutes (line 23) | @Bean method fallback (line 43) | @RequestMapping("/fallback") FILE: sc-f-gateway-limiter/src/main/java/gateway/Application.java class Application (line 11) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { method hostAddrKeyResolver (line 19) | @Bean method uriKeyResolver (line 24) | @Bean method userKeyResolver (line 29) | @Bean FILE: sc-f-gateway-limiter/src/main/java/gateway/HostAddrKeyResolver.java class HostAddrKeyResolver (line 13) | public class HostAddrKeyResolver implements KeyResolver { method resolve (line 15) | @Override FILE: sc-f-gateway-limiter/src/main/java/gateway/UriKeyResolver.java class UriKeyResolver (line 13) | public class UriKeyResolver implements KeyResolver { method resolve (line 15) | @Override FILE: sc-f-gateway-predicate/src/main/java/gateway/Application.java class Application (line 14) | @SpringBootApplication method main (line 18) | public static void main(String[] args) { FILE: springcloud-alibaba/nacos-config/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-config/nacos-consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-config/nacos-consumer/src/main/java/com/forezp/NacosConsumerApplication.java class NacosConsumerApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method restTemplate (line 21) | @LoadBalanced FILE: springcloud-alibaba/nacos-config/nacos-consumer/src/main/java/com/forezp/client/ProviderClient.java type ProviderClient (line 10) | @FeignClient("nacos-provider") method hi (line 13) | @GetMapping("/hi") FILE: springcloud-alibaba/nacos-config/nacos-consumer/src/main/java/com/forezp/web/ConsumerController.java class ConsumerController (line 13) | @RestController method hiResttemplate (line 22) | @GetMapping("/hi-resttemplate") method hiFeign (line 28) | @GetMapping("/hi-feign") FILE: springcloud-alibaba/nacos-config/nacos-consumer/src/test/java/com/forezp/NacosConsumerApplicationTests.java class NacosConsumerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: springcloud-alibaba/nacos-config/nacos-provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-config/nacos-provider/src/main/java/com/forezp/NacosProviderApplication.java class NacosProviderApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: springcloud-alibaba/nacos-config/nacos-provider/src/main/java/com/forezp/web/ConfigController.java class ConfigController (line 12) | @RestController method get (line 19) | @RequestMapping("/username") FILE: springcloud-alibaba/nacos-config/nacos-provider/src/main/java/com/forezp/web/ProviderController.java class ProviderController (line 18) | @RestController method getServices (line 26) | @GetMapping("/services") method hi (line 43) | @GetMapping("/hi") FILE: springcloud-alibaba/nacos-config/nacos-provider/src/test/java/com/forezp/NacosProviderApplicationTests.java class NacosProviderApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: springcloud-alibaba/nacos-discovery-sentinel/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-consumer/src/main/java/com/forezp/NacosConsumerApplication.java class NacosConsumerApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method restTemplate (line 21) | @LoadBalanced FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-consumer/src/main/java/com/forezp/client/ProviderClient.java type ProviderClient (line 10) | @FeignClient("nacos-provider") method hi (line 13) | @GetMapping("/hi") FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-consumer/src/main/java/com/forezp/web/ConsumerController.java class ConsumerController (line 13) | @RestController method hiResttemplate (line 22) | @GetMapping("/hi-resttemplate") method hiFeign (line 28) | @GetMapping("/hi-feign") FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-consumer/src/test/java/com/forezp/NacosConsumerApplicationTests.java class NacosConsumerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-provider/src/main/java/com/forezp/NacosProviderApplication.java class NacosProviderApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-provider/src/main/java/com/forezp/web/ProviderController.java class ProviderController (line 19) | @RestController method hi (line 29) | @GetMapping("/hi") method getServices (line 37) | @GetMapping("/services") FILE: springcloud-alibaba/nacos-discovery-sentinel/nacos-provider/src/test/java/com/forezp/NacosProviderApplicationTests.java class NacosProviderApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: springcloud-alibaba/nacos-discovery/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-discovery/nacos-consumer/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-discovery/nacos-consumer/src/main/java/com/forezp/NacosConsumerApplication.java class NacosConsumerApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { method restTemplate (line 21) | @LoadBalanced FILE: springcloud-alibaba/nacos-discovery/nacos-consumer/src/main/java/com/forezp/client/ProviderClient.java type ProviderClient (line 10) | @FeignClient("nacos-provider") method hi (line 13) | @GetMapping("/hi") FILE: springcloud-alibaba/nacos-discovery/nacos-consumer/src/main/java/com/forezp/web/ConsumerController.java class ConsumerController (line 13) | @RestController method hiResttemplate (line 22) | @GetMapping("/hi-resttemplate") method hiFeign (line 28) | @GetMapping("/hi-feign") FILE: springcloud-alibaba/nacos-discovery/nacos-consumer/src/test/java/com/forezp/NacosConsumerApplicationTests.java class NacosConsumerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: springcloud-alibaba/nacos-discovery/nacos-provider/.mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 29) | public class MavenWrapperDownloader { method main (line 55) | public static void main(String args[]) { method downloadFileFromURL (line 104) | private static void downloadFileFromURL(String urlString, File destina... FILE: springcloud-alibaba/nacos-discovery/nacos-provider/src/main/java/com/forezp/NacosProviderApplication.java class NacosProviderApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: springcloud-alibaba/nacos-discovery/nacos-provider/src/main/java/com/forezp/web/ProviderController.java class ProviderController (line 18) | @RestController method getServices (line 26) | @GetMapping("/services") method hi (line 43) | @GetMapping("/hi") FILE: springcloud-alibaba/nacos-discovery/nacos-provider/src/test/java/com/forezp/NacosProviderApplicationTests.java class NacosProviderApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test