第5章 アプリケーションのプロパティー
application.properties
または application.yaml
を使用してプロジェクトを設定します。
Embedded Properties - Uncomment properties to use them. Enables embedded capabilities in your application. Values are true (default) or false. Sets the Spring state machine ID. Sets the name of the embedded cluster. Specifies a XML configuration file that takes priority over the global configuration bean or any configuration customizer. Server Properties - Uncomment properties to use them. Specifies a custom filename for Hot Rod client properties. Enables remote server connections. Values are true (default) or false. Defines a comma-separated list of servers in this format: `host1[:port],host2[:port]`. Sets a timeout value, in milliseconds, for socket connections. Sets a timeout value for initializing connections with servers. Sets the maximum number of attempts to connect to servers. Specifies the marshaller to use. Adds your classes to the serialization allow list.
#
# Embedded Properties - Uncomment properties to use them.
#
# Enables embedded capabilities in your application.
# Values are true (default) or false.
#infinispan.embedded.enabled =
# Sets the Spring state machine ID.
#infinispan.embedded.machineId =
# Sets the name of the embedded cluster.
#infinispan.embedded.clusterName =
# Specifies a XML configuration file that takes priority over the global
# configuration bean or any configuration customizer.
#infinispan.embedded.configXml =
#
# Server Properties - Uncomment properties to use them.
#
# Specifies a custom filename for Hot Rod client properties.
#infinispan.remote.clientProperties =
# Enables remote server connections.
# Values are true (default) or false.
#infinispan.remote.enabled =
# Defines a comma-separated list of servers in this format:
# `host1[:port],host2[:port]`.
#infinispan.remote.server-list=
# Sets a timeout value, in milliseconds, for socket connections.
#infinispan.remote.socketTimeout =
# Sets a timeout value for initializing connections with servers.
#infinispan.remote.connectTimeout =
# Sets the maximum number of attempts to connect to servers.
#infinispan.remote.maxRetries =
# Specifies the marshaller to use.
#infinispan.remote.marshaller =
# Adds your classes to the serialization allow list.
#infinispan.remote.java-serial-allowlist=