zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    MyBatis
    JavaAgent
    Intellij IDEA
    SVN安装总结
    git(笔记)
    springboot面试题
    spring总结
    springmvc总结
    jdbc链接数据库
    redis面试题
  • 原文地址:https://www.cnblogs.com/linding/p/12591033.html
Copyright © 2011-2022 走看看