Flowable admin with Spring Boot application

Can I use facilities of Flowable-Admin and integrate it with my Spring Boot application which uses flowable-engine dependency? Is there any guide how to configure flowable-admin with standalone flowable application?

That functionality isn’t there out of the box, however all code is open source so you can do that if you want it. Flowable Admin is a Spring Boot app, so it follows standard paradigms.