Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Customizing the Fuse Console branding
You can customize the Fuse Console branding information, such as title, logo, and login page information, by adding a hawtconfig.json file into your Fuse on Spring Boot standalone application.
Procedure
-
Create a JSON file named
hawtconfig.jsonin your local Fuse on Spring Boot standalone application’ssrc/main/webappdirectory. Open the
src/main/webapp/hawtconfig.jsonin an editor of your choice, and then add the following content:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Change the values of the configuration properties listed in Table A.1, “Fuse Console Configuration Properties”.
- Save your changes.
Run Fuse on Spring Boot by using the following command:
mvn spring-boot:run
mvn spring-boot:runCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
In a web browser, open the Fuse Console by using this URL:
http://localhost:10001/actuator/hawtio/index.html
If you have already run the Fuse Console in a web browser, the branding is stored in the browser’s local storage. To use new branding settings, you must clear the browser’s local storage.