Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 415 Bytes

scalajs-spring-marriage

A simple setup showing (a dirty) way of marring scala & scala js to a java spring (boot) application using maven for the build.

Building

mvn package

Running

mvn package spring-boot:run The package action here is required so the javascript is regenerated. Running using the spring boot main methode is also possible but then you're missing the javascript regeneration as well.