refactor: migrate backend to TypeScript

This commit is contained in:
gin
2026-06-17 17:40:12 +08:00
parent 98eae63435
commit 74acfd664f
457 changed files with 7397 additions and 25009 deletions
+3 -7
View File
@@ -1,12 +1,8 @@
MYSQL_ROOT_PASSWORD=root123
MYSQL_DATABASE=todo_agileboot_pure
MYSQL_APP_USERNAME=todo_app
MYSQL_APP_PASSWORD=todo_app123
MYSQL_DATABASE=collab_ledger
MYSQL_APP_USERNAME=collab_ledger_app
MYSQL_APP_PASSWORD=collab_ledger_app123
MYSQL_PORT=3306
REDIS_PASSWORD=redis123
REDIS_PORT=6379
APP_PORT=8080
WEB_PORT=8081
JAVA_OPTS=-Xms256m -Xmx512m