简体   繁体   English

Intellij调试时如何配置Windows防火墙访问Spring框架应用?

[英]How to configure Windows Firewall to access Spring Framework application while debugging in Intellij?

How can I set up Windows Firewall rule to allow connections to my Java application started in IntelliJ debugger?如何设置 Windows 防火墙规则以允许连接到在 IntelliJ 调试器中启动的 Java 应用程序?

My problem is that I have no idea which application I have to allow in Windows Firewall.我的问题是我不知道在 Windows 防火墙中我必须允许哪个应用程序。

So, I had to open advanced firewall configuration.所以,我不得不打开高级防火墙配置。 Easiest way is to open it from console:最简单的方法是从控制台打开它:

wf.msc

And then just add new Incoming Rule, choose Port and other options as desired.然后只需添加新的传入规则,根据需要选择端口和其他选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 调试独立的Spring Boot应用程序(Intellij IDEA) - Debugging standalone Spring Boot application (Intellij IDEA) 调试时暂停线程 Java 应用程序 IntelliJ - Suspending Threads while Debugging Java Application IntelliJ 在调试应用程序时如何限制对ios框架的.m文件的访问? - How to restrict access to .m file of an ios framework while debugging an app? 如何在IntelliJ中调试时修改List值 - How to modify a List value while debugging in IntelliJ 如何在Intellij中调试多线程java应用程序时查看多个堆栈跟踪? - How to view multiple stack traces while debugging a multi-threaded java application in Intellij? 在 intellij 上调试 dspace 6.0 jspui 应用程序时出现问题 - Issue while debugging dspace 6.0 jspui application on intellij 如何在调试Windows Phone应用程序时获取已加载的.NET Framework DLL的完整路径? - How to get full path of a loaded .NET framework DLL while debugging a Windows Phone App? 在调试intellij时模拟返回 - Simulate return while debugging intellij IntelliJ - 在调试时暂停一个线程 - IntelliJ - pause a thread while debugging 使用Gradle时在Intellij中进行调试 - Debugging in Intellij While using Gradle
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM