05 2021 档案
摘要:##仓库 # 在当前目录新建一个Git代码库 $ git init # 下载一个项目和它的整个代码历史 $ git clone [url] ##配置 # 显示当前的Git配置 $ git config --list # 编辑Git配置文件 $ git config -e [--global] # 设
阅读全文
摘要:##spring-boot-configuration-processor <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifa
阅读全文
摘要:@ComponentScan 这个注解在Spring中很重要 ,它对应XML配置中的元素。 作用:自动扫描并加载符合条件的组件或者bean , 将这个bean定义加载到IOC容器中 @SpringBootConfiguration 作用:SpringBoot的配置类 ,标注在某个类上 , 表示这是一
阅读全文

浙公网安备 33010602011771号