-
In the Is it possible to delegate resource loading to a child class loader (the spring boot class loader in my case), or could it make sense to use the current class loader instead of system class loader in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
What sort of issues are you having? |
Beta Was this translation helpful? Give feedback.
What sort of issues are you having?
Where's the resource you're trying to load? Is it a resource of your Spring Boot app or is it a part of your app's dependencies?
Have you tried the solution used in log4j2-elasticsearch-hc-springboot?
Could you post your configuration, please?