0

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.

cantyousee
  • 15
  • 7
  • please clarify what do you want to do ? do you need multi-module project for example ? if that's what you need please check this https://spring.io/guides/gs/multi-module/ – MuhammedH Jul 13 '20 at 07:00
  • seems like you are asking about how we can add one module as dependency into another. Try this link .. https://help.eclipse.org/2019-12/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fref-properties-build-path.htm – Lalit Mehra Jul 13 '20 at 12:21

0 Answers0