Zain Lateef
Results
2
comments of
Zain Lateef
When I use require, I get an "Invalid access to memory location" error, something having to do with addon.node. Any ideas?
As a temporary workaround, add this objectMapper to your main class ``` @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } @Bean public ObjectMapper objectMapper()...