多项选择题
A.Spring-cloud-consul-configB.Spring-cloud-consul-coreC.Spring-cloud-starterD.Spring--cloud-web
下面关于Spring-Cloud-Consu说法正确的有()A.Spring-Cloud-consul-con...
多项选择题下面关于Spring-Cloud-Consu说法正确的有()
A.Spring-Cloud-consul-config模块是对Consul的配置功能封装B.Spring-Cloud-Consul-discovery是对Consul服务治理功能封装C.SpringCloudConsul是对SpringCloud的封装D.以上说法都是错误的
哪些对象在Spring中可以进行值的注入()A.MapB.PropertiesC.集合D.普通属性
多项选择题哪些对象在Spring中可以进行值的注入()
A.MapB.PropertiesC.集合D.普通属性
对于Mybatis的配置中ResultType和ResultMap的描述正确的是()A.返回类型是result...
多项选择题对于Mybatis的配置中ResultType和ResultMap的描述正确的是()
A.返回类型是resultType时不需要配置对应的resultMap标签B.返回类型是resultMap时不需要配置对应的resultMap标签C.在MyBatis进行查询映射时,其实查询出来的每一个属性都是放在一个对应的Map里面的,其中键是属性名,值则是其对应的值D.resultType跟resultMap不可以同时存在