Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delta11/scalajs-spring-marriage
https://github.com/delta11/scalajs-spring-marriage
java maven scalajs spring-boot
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/delta11/scalajs-spring-marriage
- Owner: delta11
- License: unlicense
- Created: 2017-06-07T19:14:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T19:26:33.000Z (over 7 years ago)
- Last Synced: 2023-07-27T20:35:32.641Z (over 1 year ago)
- Topics: java, maven, scalajs, spring-boot
- Language: Java
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.