• idea使用热部署时修改的两个地方


    idea配合热部署功能

    springboot使用开发者工具和单元测试

    spring-boot-devtools

    The spring-boot-devtools module provides additional development-time features such as automatic restarts, for a smoother application development experience. Developer tools are automatically disabled when running a fully packaged application.

    需要先添加依赖:

    org.springframework.boot:spring-boot-devtools

    提供了热部署的功能。IDEA要配合修改一下IDE的配置才能使用热部署的功能。

    模块小还好,都一样。模块大的话,特别的浪费开发时间。

    自动重启和手动重启的区别:

    使用的类加载器不一样。自动重启重新加载的类会少很多,自己手动重启时会重新加载所有的类,所以自动重启的速度会快一点。

    image-20200130220642748

    image-20200130220349458

  • 相关阅读:
    表操作
    mysql表的完整性约束
    mysql支持的数据类型
    数据库存储引擎
    Navicat工具、pymysql模块、数据备份
    数据库一
    IO模型
    协成
    线程
    进程
  • 原文地址:https://www.cnblogs.com/wobushitiegan/p/12244155.html
Copyright © 2020-2023  润新知