springboot配置工程为开发模式
Posted 一路繁花似锦绣前程
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot配置工程为开发模式相关的知识,希望对你有一定的参考价值。
一、配置idea
a、Ctrl+Alt+S => Compiler => Build project automatically;
b、Ctrl+Alt+Shift+/ => Registry... => compiler.automake.allow.when.app.running;
二、配置pom
<!-- 加入以下依赖,代码作了修改,不用重新运行 --> <dependency> <groupId>org.springframework</groupId> <artifactId>springloaded</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>
以上是关于springboot配置工程为开发模式的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot -- 概述和快速入门快速构建SpringBoot工程
全栈编程系列SpringBoot整合Shiro(含KickoutSessionControlFilter并发在线人数控制以及不生效问题配置启动异常No SecurityManager...)(代码片段