diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index 405336428..17e84f65d 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -132,53 +132,9 @@

Micronaut Hibernate Jpa Conf

Micronaut Jasync Sql Config Properties

-🔗 - - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Table 3. Configuration Properties for JasyncPoolConfiguration$JasyncSslConfiguration
PropertyTypeDescription

jasync.client.ssl

com.github.jasync.sql.db.SSLConfiguration

jasync.client.ssl.mode

com.github.jasync.sql.db.SSLConfiguration$Mode

The mode

jasync.client.ssl.root-cert

java.lang.String

The cert

jasync.client.ssl.client-cert

java.lang.String

The client cert

jasync.client.ssl.client-private-key

java.lang.String

The client private key

-
🔗 - +@@ -310,6 +266,50 @@

Micronaut Jasync Sql Config Pro

Table 4. Configuration Properties for JasyncPoolConfigurationTable 3. Configuration Properties for JasyncPoolConfiguration
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 4. Configuration Properties for JasyncPoolConfiguration$JasyncSslConfiguration
PropertyTypeDescription

jasync.client.ssl

com.github.jasync.sql.db.SSLConfiguration

jasync.client.ssl.mode

com.github.jasync.sql.db.SSLConfiguration$Mode

The mode

jasync.client.ssl.root-cert

java.lang.String

The cert

jasync.client.ssl.client-cert

java.lang.String

The client cert

jasync.client.ssl.client-private-key

java.lang.String

The client private key

+

Micronaut Jdbc Dbcp Config Properties

@@ -1161,57 +1161,9 @@

Micronaut Jdbc Tomcat Config P

Micronaut Jdbc Ucp Config Properties

-🔗 - - ----- - - - - - - - - - - - - - - -
Table 8. Configuration Properties for UniversalConnectionPoolManagerConfiguration$JMXBeanConfiguration
PropertyTypeDescription

ucp-manager.jmx.enabled

boolean

Enables the JMX-Based Management of UCP.

-
-🔗 - - ----- - - - - - - - - - - - - - - -
Table 9. Configuration Properties for UniversalConnectionPoolManagerConfiguration
PropertyTypeDescription

ucp-manager.enabled

boolean

Enables {@link oracle.ucp.admin.UniversalConnectionPoolManager}.

-
🔗 - +@@ -1498,12 +1450,60 @@

Micronaut Jdbc Ucp Config Propert

Table 10. Configuration Properties for DatasourceConfigurationTable 8. Configuration Properties for DatasourceConfiguration
+🔗 + + +++++ + + + + + + + + + + + + + + +
Table 9. Configuration Properties for UniversalConnectionPoolManagerConfiguration$JMXBeanConfiguration
PropertyTypeDescription

ucp-manager.jmx.enabled

boolean

Enables the JMX-Based Management of UCP.

+
+🔗 + + +++++ + + + + + + + + + + + + + + +
Table 10. Configuration Properties for UniversalConnectionPoolManagerConfiguration
PropertyTypeDescription

ucp-manager.enabled

boolean

Enables {@link oracle.ucp.admin.UniversalConnectionPoolManager}.

+

Micronaut Jooq Config Properties

-🔗 +🔗 - +@@ -1518,21 +1518,21 @@

Micronaut Jooq Config Properties

- + - +
Table 11. Configuration Properties for JooqConfigurationPropertiesTable 11. Configuration Properties for R2dbcJooqConfigurationProperties

jooq.datasources.*.sql-dialect

jooq.r2dbc-datasources.*.sql-dialect

org.jooq.SQLDialect

SQL dialect to use. If {@code null}, will be detected automatically.

jooq.datasources.*.json-converter-enabled

jooq.r2dbc-datasources.*.json-converter-enabled

boolean

If enable {@link JsonConverterProvider} bean to use Jackson for JSON and JSONB types.

-🔗 +🔗 - +@@ -1547,12 +1547,12 @@

Micronaut Jooq Config Properties

- + - +
Table 12. Configuration Properties for R2dbcJooqConfigurationPropertiesTable 12. Configuration Properties for JooqConfigurationProperties

jooq.r2dbc-datasources.*.sql-dialect

jooq.datasources.*.sql-dialect

org.jooq.SQLDialect

SQL dialect to use. If {@code null}, will be detected automatically.

jooq.r2dbc-datasources.*.json-converter-enabled

jooq.datasources.*.json-converter-enabled

boolean

If enable {@link JsonConverterProvider} bean to use Jackson for JSON and JSONB types.