Skip to content

Commit

Permalink
3.2.6-SNAPSHOT to be
Browse files Browse the repository at this point in the history
add doc

Signed-off-by: Sinri Edogawa <[email protected]>
  • Loading branch information
sinri committed Apr 30, 2024
1 parent 28d9f56 commit 67a6b9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<groupId>io.github.sinri</groupId>
<artifactId>Keel</artifactId>
<!-- <version>3.2.5-SNAPSHOT</version>-->
<version>3.2.5</version>
<version>3.2.6-SNAPSHOT</version>
<!-- <version>3.2.5</version>-->

<name>Keel</name>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ public Integer getPoolMaxSize() {
return x.getValueAsInteger();
}

/**
* This data source name would be used in MySQL client pool name.
* Use different name for actually different data sources.
*/
@Nonnull
public String getDataSourceName() {
return getName();
Expand Down

0 comments on commit 67a6b9b

Please sign in to comment.