Blog Engine for the patlego system
In order to build the entire project perform the following command in the website/
folder mvn clean install
. This will build all modules of the application.
In order to build just the website make sure that node & npm
are installed and navigate to the following folder website/website.ui/src/main/resources/website.ui/
and run npm install && npm run generate
, this will generate the static HTML for the site.
In order to build just the website make sure that node & npm
are installed and navigate to the following folder website/website.ui/src/main/resources/website.ui/
and run npm install && npm run test:unit
, this will generate the static HTML for the site.
This is where all of the servlets are located, typically any business logic occurs here.
This is where all of the data access occurs, such as requesting, inserting and altering data from the DB.
This is where the wepapp lives and is stored within the generated bundle.