This Bold BI Spring Boot sample repository contains the Dashboard embedding sample. This sample demonstrates how to embed the dashboard which is available in your Bold BI server.
- Java Development Kit (JDK).
- Visual Studio Code.
- Extension Pack for Java.
- Spring Boot Extension Pack.
- Google Chrome, Microsoft Edge, and Mozilla Firefox.
-
Please ensure that you have enabled embed authentication on the
Embed Settingspage. If it is not currently enabled, please refer to the following image or detailed instructions to enable it. -
To download the
embedConfig.jsonfile, please follow this link for reference. Additionally, you can refer to the following image for visual guidance. -
Copy the downloaded
embedConfig.jsonfile and paste it into the designated location within the application. Please ensure that you have placed it in the application as shown in the following image.
-
Open the Spring Boot embed sample in the Visual Studio Code.
-
Now, the run sample using Spring Boot Dashboard in the Activity Bar on the side.
-
You can access your application by opening a web browser and navigating to the this URL (http://localhost:8080).
Please refer to the help documentation to know how to run the sample.
It is recommended not to store passwords and sensitive information in configuration files for security reasons in a real-world application. Instead, it would be best if you considered using a secure application, such as Key Vault, to safeguard your credentials.
Look at the Bold BI Embedding sample to live demo here.
A complete Bold BI Embedding documentation can be found on Bold BI Embedding Help.





