fix README link

This commit is contained in:
Brian Long 2025-05-27 20:53:49 -04:00
parent 77118ed548
commit e6f73a5795

View File

@ -12,7 +12,7 @@ To use this extension, it depends on your Activiti implementation.
### Without APS
You need to write some code to inject the `SpringJobAwareAsyncExecutor` or `PojoJobAwareAsyncExecutor` into your `ProcessEngineConfiguration`. This is very dependent on how your implementation is setup. Then you need to include this JAR in the classpath of your Activiti application. Once installed, remember to configure the extension as explained in the [Configuration](#Configuration) section below.
You need to write some code to inject the `SpringJobAwareAsyncExecutor` or `PojoJobAwareAsyncExecutor` into your `ProcessEngineConfiguration`. This is very dependent on how your implementation is setup. Then you need to include this JAR in the classpath of your Activiti application. Once installed, remember to configure the extension as explained in the [Configuration](#spring-configuration) section below.
### With APS