关于配置文件中的restart

来源:8-1 整合MyBatis - 使用generatorConfig生成mapper以及pojo

迷失代码林

2018-10-13 16:58

#为mybatis设置,生产环境可删除
restart.include.mapper=/mapper-[\\w-\\.]+jar
restart.include.pagehelper=/pagehelper-[\\w-\\.]+jar

这两句是什么意思呢?仅仅是热部署的作用吗,谁能详细解答一下。

写回答 关注

1回答

  • vveicc
    2018-10-14 13:11:00
    已采纳

    https://github.com/abel533/MyBatis-Spring-Boot/blob/master/README.md#spring-devtools-%E9%85%8D%E7%BD%AE

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题