How to use cammunda cockpit in spring boot application

hi all
i’m using camunda on a spring boot application , and also i use api call for managing business process and other things, how can i using cockpit in my project ?
i’m using angular for my presentation layer , i add only the blow dependecy to my project

org.camunda.bpm.springboot
camunda-bpm-spring-boot-starter-webapp
3.2.1

@Mohammad_Mirzaeyan by adding camunda spring boot starter webapp dependency to the spring boot application should work

You can use start.camunda.com to generated the code required in more detail.
but basically you need to add this dependency to the pom file

    <dependency>
      <groupId>org.camunda.bpm.springboot</groupId>
      <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
      <version>3.4.0</version>
    </dependency>

then you should be able access cockpit by going to http://localhost:8080/

i use it but the pages i see is like this :

Try and clear the browser cache

i claer the browser cache but based on network in inspector maybe something in wrong