Spring boot style, logo, translate

Hello,

I use Camunda BPM Spring Boot Starter ver 3.2.0 and I want to change styles, logo and translate tasklist. Is it possible to do it, where should I put style/json in my app? Thanks in advance for the help.

1 Like

Hi @anik

you might check out this one:

Best
Felix

1 Like

Thanks for this help.

In spring boot application is easier than I thought. Only what I need to do is create this path in my app resources META-INF/resources/wabjars/camunda/app and e.g. cockpit/styles or tasklist/styles and put here file named user-styles.css

1 Like

As you suggested, I tried to put user-style.css to
\src\main\resources\META-INF\resources\webjars\camunda\app\cockpit\styles
but after mvn clean, mvn install and running the app nothing changed (css style are not loaded)

Do we have any video tutorial on this: https://github.com/camunda-consulting/code/tree/master/snippets/springboot-customized-webapps

I am literally not able to move ahead.

I have created a spring boot project (through BPM Initialzr) which includes the webapps. Version 7.15.
I want to customize them.
Initially my project doesn’t include the resources/META-INF folder. Do I have to add it manually?
And what about the resources.webjars.camunda.app folder? How should I create it in my project?
I read this https://github.com/camunda-consulting/code/tree/master/snippets/springboot-customized-webapps tutorial but not clear to me. Does it work for 7.15?

@teja, did you manage to do it?