
SpringBoot
Binny0918
软件程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot使用Idea自带热部署(代码和资源都生效)
本文主讲:springboot在idea中配置热部署idea 自动配置 make 功能file - settings - build,execution,deployment - compiler - build project automatically(打勾)Ctrl+Shift +A 中输入 registrycompiler.automake.allow.whe...原创 2020-05-07 08:17:18 · 486 阅读 · 0 评论 -
Idea + Maven + SpringBoot 搭建项目
1.springboot是什么?springboot 简化spring和xml、properties文件中的配置,继承springboot-parent-Pom文件避免包冲突和简化依赖配置。2.运行操作:新建maven项目 - springboot依赖添加Pom文件中 - 编写启动类 - 运行3.新建maven工程 - 选择maven-archetype-webapp - 新建ja...原创 2020-05-06 22:32:37 · 304 阅读 · 0 评论