Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
Pace2Car committed Sep 20, 2023
1 parent ef39431 commit 6c1dc0a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The connection pool can be specified through the parameter `dataSourceClassName`
dataSources: # Data sources configuration, multiple <data-source-name> available
<data_source_name>: # Data source name
dataSourceClassName: # Data source connection pool full class name
url: # The database URL connection is subject to the configuration of the database connection pool itself
username: # Database user name, subject to the configuration of the database connection pool itself
password: # The database password is subject to the configuration of the database connection pool itself
url: # The database URL connection is subject to the configuration of the data source connection pool itself
username: # Database username, subject to the configuration of the data source connection pool itself
password: # The database password is subject to the configuration of the data source connection pool itself
# ... Other properties of data source pool
```
## Sample
Expand Down

0 comments on commit 6c1dc0a

Please sign in to comment.