Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 アプリケーションを作ってみよう

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