sbp
sbp copied to clipboard
Help
Thank you for your response, I have been able to start the plugin and have access to the endpoint inside the plugin. but pls can you explain how I can stop and update the plugin. And connect each plugin to the data base of the core. It was not that written in the Read Me file. Thank you.
Hi, you could find all significant usages in test cases right now.
Sorry for the poor documentation, I am really running out of energy at the moment.
Hi @Gracemansam, you look like going into panic, posting your problem everywhere, even those issues are very possibly NOT relevent to your problem. It doesn't help to solve your problem at all.
Why don't you create a demo repository like other programming guys, which could 100% reproduce the problem you are encountering, and describe your expecting result precisely, to help us to understand your problem quickly and easily.
We are not super man with X-Ray eyes, could fix everything by just one glance.
Okay, Apology for that. Thank you. Currently, I have fix all the issues execpt for the database.
You didn't config the project depedencies correcly. Please refer to this demo project, and JPA integration document
Quick hint: You need to use org.laxture:sbp-spring-boot-jpa-starter:3.2.24
and introduce SbpJpaConfigurer
in the plugin.
Check your ddl-auto configuration.
Again, can your demo repo reproduce the 401 problem?
Hello hank, Thank you for the constant support with the framework. I tried dockerizing the my application with the sbp. it complain of pf4j vulnerability. can you increase to version 3.11 of pf4j maybe the vulnerability has been fixed. Below are the error message. You can help look into it. Thank you
An issue in pf4j pf4j v.3.9.0 and before allows a remote attacker to obtain sensitive information and execute arbitrary code via the expandIfZip method in the extract function.
An issue in pf4j pf4j v.3.9.0 and before allows a remote attacker to obtain sensitive information and execute arbitrary code via the loadpluginPath parameter.
An issue in pf4j pf4j v.3.9.0 and before allows a remote attacker to obtain sensitive information and execute arbitrary code via the zippluginPath parameter.
Have upgrade pf4j to 3.11.1 on latest version of sbp.