Giter VIP home page Giter VIP logo

spring-boot-micro-frontend-example's Introduction

Spring Boot Frontend Integration with ParcelJS

This example demonstrates a simple approach for including a Javascript frontend in a Spring Boot App.

Overview

The example contains 3 maven modules:

  • acme-example-api
  • acme-example-ui-plain
  • acme-example-app

The acme-example-api contains the backend API and the acme-example-ui-plain contains the Javascript based frontend. Both modules are pulled in as a dependency by acme-example-app.

The acme-example-ui-plain maven module uses the com.github.eirslett:frontend-maven-plugin to delegate to the yarn / node tooling during the maven build process.

As a build tool we use yarn which delegates to the parceljs web-application bundler.

Setup

To build the example execute the following in your shell:

mvn clean verify

Running

To run the example execute the following in your shell:

java -jar acme-example-app/target/*.jar

Then open http://localhost:8080/acme/app/ in your browser.

Workflow

For development start the Spring Boot app acme-example-app in debug mode and run the yarn watch command in the acme-example-ui-plain folder. This will automatically rebuild the Javascript/CSS/html artifacts when any code beneath the src/main/frontend is changed. Source maps and Live-reload are also enabled by default.

For deployment simply build the acme-example-app maven project via mvn clean verify and run the resulting jar. The artifact from the acme-example-ui-plain module will be included in the generated fat-jar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.