2
0

feat: use application.yml to config

This commit is contained in:
zhangsz
2024-12-31 19:51:03 +08:00
parent 5c3a3cd6f0
commit 833d089cb8
6 changed files with 210 additions and 10 deletions

View File

@@ -65,6 +65,7 @@ docker-compose >= 1.29.2
├── bin # shell script and binary file
├── docker # docker compose work directory
│   ├── env # default docker environment file, will be copy to docker compose work directory
│   ├── java # java image directory
│   ├── mysql # mysql database container directory
│   │   ├── conf
│   │   ├── conf.d
@@ -135,6 +136,7 @@ docker-compose >= 1.29.2
MYSQL_USER=mysql
MYSQL_PASSWORD=123456
REDIS_PORT=6379
NACOS_PROFILE_NAME=prod
NACOS_NAME_SPACE=wfc-prod
NACOS_SERVER_NAME=wfc-nacos
WFC_SERVER_PORT=80