Fix README format error.

This commit is contained in:
aloneboat 2023-04-21 10:57:19 +08:00
parent f7386acfe5
commit 935faa6884
1 changed files with 34 additions and 35 deletions

View File

@ -112,7 +112,7 @@ Run the following command
## Common property configuration ## Common property configuration
| name | description | option | | name | description | option |
|-------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| MODE | cluster/standalone | cluster/standalone default **cluster** | | MODE | cluster/standalone | cluster/standalone default **cluster** |
| NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 | | NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 |
| PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** | | PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** |
@ -125,8 +125,7 @@ Run the following command
| MYSQL_SERVICE_USER | username of database | | | MYSQL_SERVICE_USER | username of database | |
| MYSQL_SERVICE_PASSWORD | password of database | | | MYSQL_SERVICE_PASSWORD | password of database | |
| MYSQL_DATABASE_NUM | It indicates the number of database | default :**1** | | MYSQL_DATABASE_NUM | It indicates the number of database | default :**1** |
| MYSQL_SERVICE_DB_PARAM | Database url parameter | default:** | MYSQL_SERVICE_DB_PARAM | Database url parameter | default :**characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false** |
characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false** |
| JVM_XMS | -Xms | default :1g | | JVM_XMS | -Xms | default :1g |
| JVM_XMX | -Xmx | default :1g | | JVM_XMX | -Xmx | default :1g |
| JVM_XMN | -Xmn | default :512m | | JVM_XMN | -Xmn | default :512m |