This commit is contained in:
kento2 2026-05-31 10:49:33 +02:00
parent 0b0b650f83
commit e4fd6a8c5f
12 changed files with 236 additions and 46 deletions

View file

@ -8,20 +8,23 @@ docker run -d --network scrow -e ME_CONFIG_MONGODB_SERVER=mongo -e ME_CONFIG_MON
docker run -d --network scrow -p 4222:4222 --name nats nats
```
acce**ss the mongo-db web interface at http://localhost:8081; username `a`, password `1234`**
access the mongo-db web interface at http://localhost:8081; username `a`, password `1234`**
modules
-------
## ENV
* APIs
----
- HOST_NATS e.g `nats://127.17.0.1:4222`
- HOST_MONGO e.g `mongodb://localhost:27017/scrow`
## modules
### APIs
* core-api contains api for all java development
* core-bukkit-api contains api for bukkit development
* depends on core-api
* implementations
---------------
the `-impl` suffix indicates that this module implements the API with the same prefix.
So `core-impl` implements `core-api`.
* core-bukkit-impl is a spigot plugin. It shades core-impl.
### implementations
the `-impl` suffix indicates that this module implements the API with the same prefix.
So `core-impl` implements `core-api`.
* core-bukkit-impl is a spigot plugin. It shades core-impl.