使用Kotlin重写

This commit is contained in:
TheWhiteDog9487
2026-07-30 12:04:43 +08:00
parent 7133d39fb3
commit a620fa15b4
49 changed files with 1328 additions and 1316 deletions
+18 -1
View File
@@ -1,5 +1,22 @@
services:
# mariadb:
# image: 'mariadb:latest'
# environment:
# - 'MARIADB_DATABASE=mydatabase'
# - 'MARIADB_PASSWORD=secret'
# - 'MARIADB_ROOT_PASSWORD=verysecret'
# - 'MARIADB_USER=myuser'
# ports:
# - '3306'
# postgres:
# image: 'postgres:latest'
# environment:
# - 'POSTGRES_DB=mydatabase'
# - 'POSTGRES_PASSWORD=secret'
# - 'POSTGRES_USER=myuser'
# ports:
# - '5432'
redis:
image: 'redis:latest'
ports:
- '6379'
- '6379'