- Add VM options:
-Dpf4j.mode=development -Dpf4j.pluginsDir="C:\Users\User\projects\thinkabac"
- Create file
enabled.txt
in the project root directory. The content of file should contain only plugin name which is equal to module name, for exampleabac-plugin-dummy
- Create appropriate values in
application.properties
,abac-plugin-dummy.properties
andkeycloak.json
After modifications of better-abac-server/src/main/ui, rebuild the GUI:
- Install Node 11.x
- npm i -g gulp
- npm i -g bower
- cd better-abac-server/src/main/ui
- bower install
- gulp