Browse Source

Use correct product names for IntelliJ IDEA

pull/48396/head
Stéphane Nicoll 2 weeks ago
parent
commit
1c637d8692
  1. 2
      documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/hotswapping.adoc
  2. 2
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc

2
documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/hotswapping.adoc

@ -73,5 +73,5 @@ For more details, see the xref:reference:using/devtools.adoc[] section. @@ -73,5 +73,5 @@ For more details, see the xref:reference:using/devtools.adoc[] section.
[[howto.hotswapping.reload-java-classes-without-restarting]]
== Reload Java Classes without Restarting the Container
Many modern IDEs (Eclipse, IDEA, and others) support hot swapping of bytecode.
Many modern IDEs (Eclipse, IntelliJ IDEA, and others) support hot swapping of bytecode.
Consequently, if you make a change that does not affect class or method signatures, it should reload cleanly with no side effects.

2
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc

@ -23,7 +23,7 @@ Most IDEs can import Maven projects directly. @@ -23,7 +23,7 @@ Most IDEs can import Maven projects directly.
For example, Eclipse users can select `Import...` -> `Existing Maven Projects` from the `File` menu.
If you cannot directly import your project into your IDE, you may be able to generate IDE metadata by using a build plugin.
Maven includes plugins for https://maven.apache.org/plugins/maven-eclipse-plugin/[Eclipse] and https://maven.apache.org/plugins/maven-idea-plugin/[IDEA].
Maven includes plugins for https://maven.apache.org/plugins/maven-eclipse-plugin/[Eclipse] and https://maven.apache.org/plugins/maven-idea-plugin/[IntelliJ IDEA].
Gradle offers plugins for {url-gradle-docs}/userguide.html[various IDEs].
TIP: If you accidentally run a web application twice, you see a "`Port already in use`" error.

Loading…
Cancel
Save