close

Filter

loading table of contents...

Deployment Manual / Version 2412.0

Table Of Contents

3.8.2 Data Source Properties

The properties in this section are used to configure the data source. They are only an excerpt of the properties available for the data source. For more details consult the documentation of spring.datasource properties (SQL Databases :: Spring Boot, Spring Boot Appendix: Data Properties), which we wrap into application specific properties caplist.datasource. spring.datasource is backed by class org.​springframework.​boot.​autoconfigure.​jdbc.​DataSourceProperties.

As connection pool, we use HikariCP. If there is a need to adapt these, you may also refer to the official Spring Boot documentation for properties spring.datasource.hikari (again, here referenced as caplist.datasource.hikari).

The most important property is caplist.​datasource.​url which sets the URL to connect to.

In case another username, password has to be configured use the properties caplist.​datasource.​username, caplist.​datasource.​password.

caplist.datasource.password
Type String
Default cm_caplist
Description

Login password of the database, possibly encrypted.

caplist.datasource.url
Type String
Description

JDBC URL of the database connection for the cm_caplist schema.

caplist.datasource.username
Type String
Default cm_caplist
Description

Login username of the database.

Table 3.36. Data Source Configuration Properties for CapLists


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.