feat: app功能基本实现

This commit is contained in:
gin
2026-05-26 11:54:24 +08:00
parent 2757a4fb49
commit 2a702fa6a9
218 changed files with 6766 additions and 5961 deletions
+12
View File
@@ -0,0 +1,12 @@
MYSQL_ROOT_PASSWORD=root123
MYSQL_DATABASE=todo_agileboot_pure
MYSQL_APP_USERNAME=todo_app
MYSQL_APP_PASSWORD=todo_app123
MYSQL_PORT=3306
REDIS_PASSWORD=redis123
REDIS_PORT=6379
APP_PORT=8080
WEB_PORT=8081
JAVA_OPTS=-Xms256m -Xmx512m