I'm using Eclipse STS 3.8.1
Is there anyway to remove apps from the Boot Dashboard?
Reason for asking (Similar to my real world application/s):
I have multiple Spring Boot applications, some of which use a shared library. In this library I have some common configuration: Eg: Setup RestTemplate/s with Ribbon (@LoadBalancer)...
On order to have access to the @Configuration and @Bean annotations I include the below dependancy into my libraries pom:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
The problem is now my library is displayed in the Boot Dashboard with my applications even though it is not a Boot Application.
This is rather annoying as it clutters the dashboard, how can I remove this?
Just to expand on my above example:
I'm using a multi-module maven project with multiple applications and libs under the same parent.
Working with Local Apps. The Spring Boot Dashboard comes as an additional view in STS/Eclipse. It is opened automatically in the Java perspective. You can also open it by pressing the Spring Boot button in your main toolbar.
The Spring Boot Dashboard helps you to deal with potentially many Spring Boot apps in your workspace. It allows you to filter them, start or even restart multiple apps in parallel, or easily jump to the right console view for a running app.
You can open the Spring Boot Dashboard via the Spring Boot button in your main Eclipse toolbar. It opens up a new view in your STS/Eclipse. If you have projects in your workspace that use Spring Boot, you will see them showing up in the boot dashboard automatically.
Go to the Preferences -> Spring -> Boot and configure the projects to be excluded from the boot dashboard by default. Just put the name of the project in that text field.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With