-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jpa in plug-in not working #65
Comments
In below plugin controler, 2021-06-19 09:36:27.302 INFO 9740 --- [nio-8080-exec-5] com.houston.plugin.StudentPlugin : 1111 exception happended, I followed #27, have not idea what is wrong( if I move my model and repository to main app, all works. ) @controller
//
} |
I started to work on an application using PF4J and Spring(Boot).
The context is described very well by #27. |
Hi:
I followed #27
I couldn’t make it work. Can somebody past entire code which include rest controller and jpa in plug-in.
I am surprised I could not find single example.
my controller to get list of entity which use jpa find all return null to postman. I put logging in the code. Before find all, message is logged. After fin fall, message didn’t show.
The text was updated successfully, but these errors were encountered: