Spring boot application to send file using OxalisOutboundComponent #566
francescodiperna
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to everyone,
I'm writing a spring boot application that implement a rest api to send file using OxalisOutboundComponent , following the implementation of standalone sender.
In my maven project I include the following packages:
As keystore I'm using out official keystore already working when we receive file and when I send using standalone.
Everytime I try my spring boot application I got the same error when I instantiate the class OxalisOutboundComponent.
Can anyone help me?
Thanks in advance
Update in 21 Gen 01:00 PM: Solved, just swapping the order of the two dependencies! :-)
Beta Was this translation helpful? Give feedback.
All reactions