美文网首页
IDEA搭建SpringBoot Debug模式

IDEA搭建SpringBoot Debug模式

作者: 小荟荟的超人 | 来源:发表于2018-08-01 23:12 被阅读24次

    环境

    IEDA(2018.2)  

    启动方式(main)

    1:在application.yml中加入

    application.yml配置开发环境

    2:Use classpath of module选中要运行的模块

    VM options:内部配置参数

    -Dserver.port=8080-Dspring.profiles.active=test -Ddebug

    server.port可以设置端口号,spring.profiles.active=test可以设置运行环境(application.yml保持一致)

    优势:不用对代码进行任何变动,比较方便。

    Maven 启动

    pom.xml

    相关文章

      网友评论

          本文标题:IDEA搭建SpringBoot Debug模式

          本文链接:https://www.haomeiwen.com/subject/ibwchftx.html