Add server-side templates support for plugins Two main themes in this MR: 1. Add support for saving query templates as resource files inside a plugin. This has been done for both Postgres and MongoDB plugins, based on current template contents. 2. Loading of form JSON is now reactive. The blocking call has been moved inside a `Mono.fromSupplier`. 3. The loading of from JSON as well as the templates is cached and are loaded on-demand. This means that the templates are loaded once for a plugin through the lifetime of the server process, and that they are loaded only at the first time they are needed. 4. If loading of these resources fails, we try again when they are needed the next time. See merge request theappsmith/internal-tools-server!385 |
||
|---|---|---|
| .. | ||
| mongoPlugin | ||
| postgresPlugin | ||
| rapidApiPlugin | ||
| restApiPlugin | ||
| pom.xml | ||