IntelliJ IDEA 中SpringBoot对Run/Debug Configurations配置 SpringBoot热部署
运行一个SpringBoot多模块应用
使用SpringBoot配置启动:
Use classpath of module选中要运行的模块
VM options:内部配置参数
-Dserver.port=8080 -Dspring.profiles.active=test -Ddebug
-Dserver.port可以设置端口号,
-Dspring.profiles.active=test可以设置...
转载
2019-05-28 14:11:06 ·
4840 阅读 ·
0 评论