Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beiyanyunyi/springplay


https://github.com/beiyanyunyi/springplay

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SpringPlay

A taste of Spring Boot and Kotlin.

JDK 21 and GraalVM are supported. Uses Version Catalog.

Also provides a `flake.nix` for Nix users.

## Nix

### Developing

After updating gradle dependencies, run:

```bash
nix run .#update-deps
```

Or in nix develop environment:

```bash
nix develop
# in develop shell
update-deps
```

Then in nix develop environment:

```bash
./gradlew bootRun
```

### Building

```bash
nix build
```

Then use `./result/bin/SpringPlay` to start the server.