DEV Community

lechat
lechat

Posted on

2 1

Springboot + MPA + webpack

MPA

Webpack is usually used for Single page application recently. You can find many articles on how to set up webpack for SPA. But, in my case, I had to use webpack for Multi Page Application (MPA).

It was a bit difficult to use Webpack for MPA Spring boot, so I want to share how I did it.

How I used webpack for spring boot MPA

You can see how I used webpack for spring boot MPA from here:
https://github.com/lechatthecat/vanilla-javascript-boilerplate-spring-boot

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay