I am new to BLC. I need help in Debugging BLC 3.0v maven modules(like cms,web..etc.) from demo site.
Steps followed to configure.
1. Downloaded BLC 3.0 maven modules from source github i.e. (https://github.com/BroadleafCommerce/BroadleafCommerce).
2. Downloaded Demosite from same github i.e. (https://github.com/BroadleafCommerce/DemoSite)
3. and switched to mysql by changing db parameters and ran through the Jetty successfully. now am able to see both admin and demo site is up and running with mysql stack.
Now my question is how to debug the broadleaf exposed jars from demo site through jetty ?
Below Steps followed to achieve but didn't succeeded.
made it parent child module relationship between Demosite/POM.xml abd admin3 modules. and commented out BLC dependecies from demosite pom.xml. by doing this am not able to install the application.
Please help me on this.
thanks,
Surender Reddy