Annotation Type NacosProperties

    • Field Detail

      • PREFIX

        static final String PREFIX
        The prefix of property name of Nacos
      • ENDPOINT

        static final String ENDPOINT
        The property name of "endpoint"
      • NAMESPACE

        static final String NAMESPACE
        The property name of "namespace"
      • ACCESS_KEY

        static final String ACCESS_KEY
        The property name of "access-key"
      • SECRET_KEY

        static final String SECRET_KEY
        The property name of "secret-key"
      • SERVER_ADDR

        static final String SERVER_ADDR
        The property name of "server-addr"
      • CONTEXT_PATH

        static final String CONTEXT_PATH
        The property name of "context-path"
      • CLUSTER_NAME

        static final String CLUSTER_NAME
        The property name of "cluster-name"
      • ENCODE

        static final String ENCODE
        The property name of "encode"
      • ENDPOINT_PLACEHOLDER

        static final String ENDPOINT_PLACEHOLDER
        The placeholder of endpoint, the value is "${nacos.endpoint:}"
      • NAMESPACE_PLACEHOLDER

        static final String NAMESPACE_PLACEHOLDER
        The placeholder of endpoint, the value is "${nacos.namespace:}"
      • ACCESS_KEY_PLACEHOLDER

        static final String ACCESS_KEY_PLACEHOLDER
        The placeholder of endpoint, the value is "${nacos.access-key:}"
      • SECRET_KEY_PLACEHOLDER

        static final String SECRET_KEY_PLACEHOLDER
        The placeholder of endpoint, the value is "${nacos.secret-key:}"
      • SERVER_ADDR_PLACEHOLDER

        static final String SERVER_ADDR_PLACEHOLDER
        The placeholder of endpoint, the value is ${nacos.server-addr:}"
      • CONTEXT_PATH_PLACEHOLDER

        static final String CONTEXT_PATH_PLACEHOLDER
        The placeholder of endpoint, the value is ${nacos.context-path:}"
      • CLUSTER_NAME_PLACEHOLDER

        static final String CLUSTER_NAME_PLACEHOLDER
        The placeholder of endpoint, the value is "${nacos.cluster-name:}"
      • ENCODE_PLACEHOLDER

        static final String ENCODE_PLACEHOLDER
        The placeholder of encode, the value is "${nacos.encode:UTF-8}"
    • Element Detail

      • endpoint

        String endpoint
        The property of "endpoint"
        Returns:
        empty as default value
        See Also:
        ENDPOINT_PLACEHOLDER
        Default:
        "${nacos.endpoint:}"
      • namespace

        String namespace
        The property of "namespace"
        Returns:
        empty as default value
        See Also:
        NAMESPACE_PLACEHOLDER
        Default:
        "${nacos.namespace:}"
      • accessKey

        String accessKey
        The property of "access-key"
        Returns:
        empty as default value
        See Also:
        ACCESS_KEY_PLACEHOLDER
        Default:
        "${nacos.access-key:}"
      • secretKey

        String secretKey
        The property of "secret-key"
        Returns:
        empty as default value
        See Also:
        SECRET_KEY_PLACEHOLDER
        Default:
        "${nacos.secret-key:}"
      • serverAddr

        String serverAddr
        The property of "server-addr"
        Returns:
        empty as default value
        See Also:
        SERVER_ADDR_PLACEHOLDER
        Default:
        "${nacos.server-addr:}"
      • contextPath

        String contextPath
        The property of "context-path"
        Returns:
        empty as default value
        See Also:
        CONTEXT_PATH_PLACEHOLDER
        Default:
        "${nacos.context-path:}"
      • clusterName

        String clusterName
        The property of "cluster-name"
        Returns:
        empty as default value
        See Also:
        CLUSTER_NAME_PLACEHOLDER
        Default:
        "${nacos.cluster-name:}"
      • encode

        String encode
        The property of "encode"
        Returns:
        "UTF-8" as default value
        See Also:
        ENCODE_PLACEHOLDER
        Default:
        "${nacos.encode:UTF-8}"