摘要:
1)、SpringBoot启动的时候加载主配置类,开启了自动配置功能 @EnableAutoConfiguration 2)、@EnableAutoConfiguration 作用: 将 类路径下 META-INF/spring.factories 里面配置的所有EnableAutoConfigur 阅读全文
摘要:
题目描述 Let's assume that we have a pair of numbers (a,b). We can get a new pair (a+b,b) or (a,a+b) from the given pair in a single step. Let the initial 阅读全文