摘要:
一、整合测试 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <d 阅读全文
摘要:
一、SpringBootApplication注解 //@EnableAutoConfiguration //@ComponentScan("com.wuxi") //********等价******** @SpringBootApplication(scanBasePackages = {"com 阅读全文