feat: app功能基本实现
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user