Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beiyanyunyi/springplay
https://github.com/beiyanyunyi/springplay
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beiyanyunyi/springplay
- Owner: BeiyanYunyi
- License: agpl-3.0
- Created: 2023-08-12T16:11:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:08:34.000Z (5 months ago)
- Last Synced: 2024-08-10T18:57:13.931Z (5 months ago)
- Language: Kotlin
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.