I have two spring-boot projects, lets call them A and B. I want to call a main function of of project A into of the functions of project B.
I have tried doing everything using this link: stack overflow
I still end up getting, package does not exist
. Once when I did get it running for once, when I made a rest call I got NoClassDefFoundError
error.