摘要:
package RTTI; public class SweetShop { public static void main(String[] args) { System.out.println("inside main"); new Candy(); System.out.println("Af 阅读全文
摘要:
最初版本代码: /* The isBadVersion API is defined in the parent class VersionControl. boolean isBadVersion(int version); */ public class Solution extends Ver 阅读全文
摘要:
@SpringBootApplication 实质上包含了三个注解,由于@SpringBootAplication包含了@ComponentScan,所以就自动开启了组件扫描,默认的扫描范围应该是它父目录下的所有目录。 @RestTemplate use RestTemplate ,you can 阅读全文