I'm developing a custom connected system plugin with related integrations.
1. Does Appian use Spring Boot? If not, then the next question is mute.
2. Does Appian scan for @Component (or any other class annotations) so that these classes are managed by Spring Boot, autowired for dependency injection, etc.?
It would be nice if classes developed within a plug-in were Spring managed.
TIA,
Eric
Discussion posts and replies are publicly visible
Hello emiles,1. If you are asking about the framework for Appian has anything to do with Spring boot, then the answer is No (In my knowledge. May be If its being used as libraries in Java then i am not sure).
2. AFAIK your answer for this as well is No.
Thanks, Konduru.