Configure the Flowable Admin App on a Spring-boot project

Hi guys,

I am new to Flowable.
How do I Configure the Flowable Admin App on a Spring-boot project?

Please help.

I assume you mean you want to build your own application, incorporating Flowable Admin? If so, you can use the startes, as provided here: flowable-engine/modules/flowable-ui at master · flowable/flowable-engine · GitHub

For example, this is how the default Flowable UI app is built, incorporating all the starters: flowable-engine/pom.xml at master · flowable/flowable-engine · GitHub