Open aloysiustany opened 4 years ago
Hello, I am facing the same issue, have you got this issue resolved yet? I am currently migrating some of our existing DB services (JPA base) running inside a Spring MVC web app as Lambda microservices. I am prototyping loading services beans and JPA jars as dependencies into lambda.
I am trying to use this boilerplate code and use spring JPA to read value from mysql. But the repository interface is not getting initialized.
Sensors.java
MyRepository.java
MyService.java
Can you help me debug why the repository is not getting autowired ?