Create Recommended Project Structure
It is recommended to use a project structure like shown here. It is widely used across multiple projects, so sticking to the same pattern will make your project easier to understand for others.
Â
Resource | Description |
---|---|
| Development and training data |
| Custom executive objects, like processors, converters, etc. |
| Spring Boot application starting class, contains:
|
| Camel data route definitions, structured by business objects |
| Field type convertor definitions (string2decimal, string2date, ...) |
| Event definition for outbound integration |
| Mapper definitions (for mapping fields from IM to PFX backend) |
| Application configuration settings (Spring Boot) |
| Application Camel engine instance general configuration bean |
| Logging option configuration |
| Test classes |
We provide a tar archive for your convenience. Please check versions of components and adjust accordingly to the latest version of the IntegrationManager.
Â
IntegrationManager version 5.8.0