Deployment Manual / Version 2412.0
Table Of Contents
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
.
Table 3.36. Data Source Configuration Properties for CapLists