'SpringBoot test for multi project
I've got gradle multi project. One project(A) imports another project(B) functionality in code with custom annotation. All works good, except for springboot test for loading context in project A. I've got error "Could not open ServletContext resource", it happens because test is not able to find yml file from project B. Could you please help me with it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
