單項選擇題下列對Spring Cloud Sleuth表述正確的是()

A.日志收集工具包,封裝了Dapper,Zipkin和Htrace操作
B.大數(shù)據(jù)操作工具,通過命令行方式操作數(shù)據(jù)流
C.安全工具包,為你的應(yīng)用程序添加安全控制,主要是指Oauth2
D.通過Oauth2協(xié)議綁定服務(wù)到CloudFoundry,CloudFoundry是Vmware推出的開源PaaS云平臺


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題SpringBoot是哪一年發(fā)布的?()

A.2010
B.2014
C.2016
D.2017

2.單項選擇題以下是錯誤的配置不同環(huán)境的寫法的是()

A.application-dev.properties
B.test-application.properties
C.application-pro.properties
D.application-prod.properties

3.單項選擇題關(guān)于@Import注解的說法錯誤的是()

A.@Import注解是替換了之前的import標簽
B.@Import可以導(dǎo)入配置和把某個類型的對象注入到容器中
C.@Import注解也可以動態(tài)的注入
D.@Import注解動態(tài)注入只有一種方式就是實現(xiàn)了ImportSelector接口

4.單項選擇題以下哪個不是SpringBoot默認支持自動裝配的?()

A.spring-boot-starter-web
B.spring-boot-starter-data-redis
C.spring-boot-starter-security
D.mybatis-spring-boot-starter

5.單項選擇題SpringBoot的核心注解@SpringBootApplication以下不是其包含的注解是()

A.Configuration
B.CompontScan
C.EnableAutoConfiguration
D.Controller