Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kijuky/springboot-scala.g8
Scala 3 で Web アプリケーションを作ってみよう
https://github.com/kijuky/springboot-scala.g8
g8 scala spring-boot
Last synced: 3 days ago
JSON representation
Scala 3 で Web アプリケーションを作ってみよう
- Host: GitHub
- URL: https://github.com/kijuky/springboot-scala.g8
- Owner: kijuky
- License: other
- Created: 2021-05-31T08:25:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:21:18.000Z (3 months ago)
- Last Synced: 2024-11-08T14:13:16.301Z (about 2 months ago)
- Topics: g8, scala, spring-boot
- Language: Scala
- Homepage: https://qiita.com/kijuky/items/64ea7e1c95ede6799a24
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringBoot-Scala g8 template
## Overall
- SpringBoot 3.0.4
- PostgreSQL + Flyway
- mustache
- Scala 2.13.10
- scalatest
- Scala.js 1.13.0```shell
sbt new kijuky/springboot-scala.g8
```## Test
```shell
sbt g8Test
```## Restriction
- not enabled hot reload
## Reference
- https://github.com/vmunier/play-scalajs.g8