From c80a4f887101ab976101b67867f9d636dba0e6ca Mon Sep 17 00:00:00 2001 From: pader Date: Wed, 6 Dec 2023 15:00:22 +0800 Subject: [PATCH] release 2.3.0 --- README.md | 70 ++++++++++++++++--------------- README_ZH.md | 8 ++-- build/conf/application.properties | 3 +- example/.env | 2 +- 4 files changed, 44 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 5ac0efe..373efb1 100644 --- a/README.md +++ b/README.md @@ -111,40 +111,42 @@ Run the following command: ## Common property configuration -| name | description | option | -|------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| MODE | cluster/standalone | cluster/standalone default **cluster** | -| NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 | -| PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** | -| NACOS_APPLICATION_PORT | nacos server port | default **8848** | -| NACOS_SERVER_IP | custom nacos server ip when network was mutil-network | | -| SPRING_DATASOURCE_PLATFORM | standalone support mysql | mysql / empty default empty | -| MYSQL_SERVICE_HOST | mysql host | | -| MYSQL_SERVICE_PORT | mysql database port | default : **3306** | -| MYSQL_SERVICE_DB_NAME | mysql database name | | -| MYSQL_SERVICE_USER | username of database | | -| MYSQL_SERVICE_PASSWORD | password of database | | -| MYSQL_DATABASE_NUM | It indicates the number of database | default :**1** | -| MYSQL_SERVICE_DB_PARAM | Database url parameter | default :**characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false** | -| JVM_XMS | -Xms | default :1g | -| JVM_XMX | -Xmx | default :1g | -| JVM_XMN | -Xmn | default :512m | -| JVM_MS | -XX:MetaspaceSize | default :128m | -| JVM_MMS | -XX:MaxMetaspaceSize | default :320m | -| NACOS_DEBUG | enable remote debug | y/n default :n | -| TOMCAT_ACCESSLOG_ENABLED | server.tomcat.accesslog.enabled | default :false | -| NACOS_AUTH_SYSTEM_TYPE | The auth system to use, currently only 'nacos' is supported | default :nacos | -| NACOS_AUTH_ENABLE | If turn on auth system | default :false | -| NACOS_AUTH_TOKEN_EXPIRE_SECONDS | The token expiration in seconds | default :18000 | -| NACOS_AUTH_TOKEN | | `Note: It is removed from Nacos 2.2.1` | -| NACOS_AUTH_CACHE_ENABLE | Turn on/off caching of auth information. By turning on this switch, the update of auth information would have a 15 seconds delay. | default : false | -| MEMBER_LIST | Set the cluster list with a configuration file or command-line argument | eg:192.168.16.101:8847?raft_port=8807,192.168.16.101?raft_port=8808,192.168.16.101:8849?raft_port=8809 | -| EMBEDDED_STORAGE | Use embedded storage in cluster mode without mysql | `embedded` default : none | -| NACOS_AUTH_CACHE_ENABLE | nacos.core.auth.caching.enabled | default : false | -| NACOS_AUTH_USER_AGENT_AUTH_WHITE_ENABLE | nacos.core.auth.enable.userAgentAuthWhite | default : false | -| NACOS_AUTH_IDENTITY_KEY | nacos.core.auth.server.identity.key | `Note: It is removed from Nacos 2.2.1` | -| NACOS_AUTH_IDENTITY_VALUE | nacos.core.auth.server.identity.value | `Note: It is removed from Nacos 2.2.1` | -| NACOS_SECURITY_IGNORE_URLS | nacos.security.ignore.urls | default : `/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**` | +| name | description | option | +|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| MODE | cluster/standalone | cluster/standalone default **cluster** | +| NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 | +| PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** | +| NACOS_APPLICATION_PORT | nacos server port | default **8848** | +| NACOS_SERVER_IP | custom nacos server ip when network was mutil-network | | +| SPRING_DATASOURCE_PLATFORM | standalone support mysql | mysql / empty default empty | +| MYSQL_SERVICE_HOST | mysql host | | +| MYSQL_SERVICE_PORT | mysql database port | default : **3306** | +| MYSQL_SERVICE_DB_NAME | mysql database name | | +| MYSQL_SERVICE_USER | username of database | | +| MYSQL_SERVICE_PASSWORD | password of database | | +| MYSQL_DATABASE_NUM | It indicates the number of database | default :**1** | +| MYSQL_SERVICE_DB_PARAM | Database url parameter | default :**characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false** | +| JVM_XMS | -Xms | default :1g | +| JVM_XMX | -Xmx | default :1g | +| JVM_XMN | -Xmn | default :512m | +| JVM_MS | -XX:MetaspaceSize | default :128m | +| JVM_MMS | -XX:MaxMetaspaceSize | default :320m | +| NACOS_DEBUG | enable remote debug | y/n default :n | +| TOMCAT_ACCESSLOG_ENABLED | server.tomcat.accesslog.enabled | default :false | +| NACOS_AUTH_SYSTEM_TYPE | The auth system to use, currently only 'nacos' is supported | default :nacos | +| NACOS_AUTH_ENABLE | If turn on auth system | default :false | +| NACOS_AUTH_TOKEN_EXPIRE_SECONDS | The token expiration in seconds | default :18000 | +| NACOS_AUTH_TOKEN | | `Note: It is removed from Nacos 2.2.1` | +| NACOS_AUTH_CACHE_ENABLE | Turn on/off caching of auth information. By turning on this switch, the update of auth information would have a 15 seconds delay. | default : false | +| MEMBER_LIST | Set the cluster list with a configuration file or command-line argument | eg:192.168.16.101:8847?raft_port=8807,192.168.16.101?raft_port=8808,192.168.16.101:8849?raft_port=8809 | +| EMBEDDED_STORAGE | Use embedded storage in cluster mode without mysql | `embedded` default : none | +| NACOS_AUTH_CACHE_ENABLE | nacos.core.auth.caching.enabled | default : false | +| NACOS_AUTH_USER_AGENT_AUTH_WHITE_ENABLE | nacos.core.auth.enable.userAgentAuthWhite | default : false | +| NACOS_AUTH_IDENTITY_KEY | nacos.core.auth.server.identity.key | `Note: It is removed from Nacos 2.2.1` | +| NACOS_AUTH_IDENTITY_VALUE | nacos.core.auth.server.identity.value | `Note: It is removed from Nacos 2.2.1` | +| NACOS_SECURITY_IGNORE_URLS | nacos.security.ignore.urls | default : `/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**` | +| NACOS_CONSOLE_UI_ENABLED | nacos.console.ui.enabled | default : `true` | +| NACOS_CORE_PARAM_CHECK_ENABLED | nacos.core.param.check.enabled | default : `true` | ## Advanced configuration diff --git a/README_ZH.md b/README_ZH.md index 2048e9d..5f72cc8 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -161,15 +161,17 @@ | NACOS_AUTH_SYSTEM_TYPE | 权限系统类型选择,目前只支持nacos类型 | 默认 :nacos | | NACOS_AUTH_ENABLE | 是否开启权限系统 | 默认 :false | | NACOS_AUTH_TOKEN_EXPIRE_SECONDS | token 失效时间 | 默认 :18000 | -| NACOS_AUTH_TOKEN | token | `注意:该环境变量在Nacos 2.2.1版本中已移除` | +| NACOS_AUTH_TOKEN | token | `注意:该环境变量在Nacos 2.2.1版本中已移除` | | NACOS_AUTH_CACHE_ENABLE | 权限缓存开关 ,开启后权限缓存的更新默认有15秒的延迟 | 默认 : false | | MEMBER_LIST | 通过环境变量的方式设置集群地址 | 例子:192.168.16.101:8847?raft_port=8807,192.168.16.101?raft_port=8808,192.168.16.101:8849?raft_port=8809 | | EMBEDDED_STORAGE | 是否开启集群嵌入式存储模式 | `embedded` 默认 : none | | NACOS_AUTH_CACHE_ENABLE | nacos.core.auth.caching.enabled | default : false | | NACOS_AUTH_USER_AGENT_AUTH_WHITE_ENABLE | nacos.core.auth.enable.userAgentAuthWhite | default : false | -| NACOS_AUTH_IDENTITY_KEY | nacos.core.auth.server.identity.key | `注意:该环境变量在Nacos 2.2.1版本中已移除` | -| NACOS_AUTH_IDENTITY_VALUE | nacos.core.auth.server.identity.value | `注意:该环境变量在Nacos 2.2.1版本中已移除` | +| NACOS_AUTH_IDENTITY_KEY | nacos.core.auth.server.identity.key | `注意:该环境变量在Nacos 2.2.1版本中已移除` | +| NACOS_AUTH_IDENTITY_VALUE | nacos.core.auth.server.identity.value | `注意:该环境变量在Nacos 2.2.1版本中已移除` | | NACOS_SECURITY_IGNORE_URLS | nacos.security.ignore.urls | default : `/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**` | +| NACOS_CONSOLE_UI_ENABLED | nacos.console.ui.enabled | default : `true` | +| NACOS_CORE_PARAM_CHECK_ENABLED | nacos.core.param.check.enabled | default : `true` | ## 高级配置 diff --git a/build/conf/application.properties b/build/conf/application.properties index 51252ca..44a1364 100644 --- a/build/conf/application.properties +++ b/build/conf/application.properties @@ -44,6 +44,7 @@ nacos.naming.distro.batchSyncKeyCount=1000 nacos.naming.distro.initDataRatio=0.9 nacos.naming.distro.syncRetryDelay=5000 nacos.naming.data.warmup=true - +nacos.console.ui.enabled=true +nacos.core.param.check.enabled=true diff --git a/example/.env b/example/.env index 197ff24..f760cb0 100644 --- a/example/.env +++ b/example/.env @@ -1 +1 @@ -NACOS_VERSION=v2.2.3 +NACOS_VERSION=v2.3.0