随笔分类 - SpringBoot
摘要:原文链接: https://blog.csdn.net/forezp/article/details/70477821
阅读全文
摘要:搭建环境 > 访问 https://start.spring.io > 生成zip包下载到本地 > 解压项目包,并用IDE以Maven项目导入 > Idea导入设置: 菜单中选择File–>New–>Project from Existing Sources... 选择解压后的项目文件夹,点击OK
阅读全文
摘要:https://github.com/wuyouzhuguli/SpringAll
阅读全文
摘要:@SpringBootApplication中有以下注解:@Target({ElementType.TYPE})@Retention(RetentionPolicy.RUNTIME)@Documented@Inherited@SpringBootConfiguration@EnableAutoCon
阅读全文