EzyRepository annotation could not instantiate repo class.
I added ezydata-jpa to my EzyFox Server and followed EzyChat 003: Connect to database tutorial on your youtube channel. The only difference is that I automated the config process with ezyfox-boot-autoconfigure. However this exception poped <div class="markdown-block position-relative overflow-auto source-java">
<pre>
bean (xxxRepository, xxxRepository) implementation not found, uncompleted classes: [class com.xxx.service.xxxServiceImpl] </pre>
</div>when I try to EzyAutoBind repository to a Service Singleton class <p>
I'm using MySql by the way
</p>