Integrate Flowable into your Spring Boot Application
In this tutorial, we will be integrating Flowable’s BPM engine into our Spring Boot application.
In this tutorial, we will be integrating Flowable’s BPM engine into our Spring Boot application.
In this post, we’re going to introduce Spring Boot Actuator, by first covering the basics. Afterwards, you will create a Spring project and learn how to use, configure and extend this monitoring tool.
In this guide, you will learn how to set up and build a simple REST API with Spring, that provides CRUD operations for entries that are saved into a database. In addition, you will learn how use JPA’s criteria API to perform filtered searches for records.
In this post, you will create a Spring project and use Castor XML mapping for marshalling/unmarshalling Java objects into an XML document.
In this post, you will learn how to integrate Activiti’s engine and REST API into your Spring application. At the same time, you will be able to adapt the Process Engine to your needs by modifying the database connection and the Async Job Executor.
In this guide, you will learn how to set up and build a simple REST API with Spring, that provides CRUD operations for entries that are saved into a database. In addition, you will learn how to map HTTP request to specific URL and its response codes, and how to handle unmapped requests.
This guide walks you through using Spring Initializr or Spring Tool Suite™ for building a simple Java project compatible with Maven and Spring.