Configure Maven

Learn to configure the CSS incorporation by configuring Maven.

We'll cover the following

We’re not done yet, though. If we try to start the application now, the application.css in target/classes/static/css will look exactly the same as the source we wrote without any of the processing.

We have to configure Maven so that everything works nicely together.

We can observe the pom.xml file in the project below and observe the addition of frontend-maven-plugin with the following changes:

Get hands-on with 1200+ tech skills courses.