Skip to content

Commit

Permalink
mybatis
Browse files Browse the repository at this point in the history
  • Loading branch information
callor committed Apr 17, 2024
1 parent 4943fd1 commit 7ccc4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Settings/mybatis/hikari-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<property name="minimumIdle" value="20" />
<property name="driverClassName" value="com.mysql.cj.jdbc.Driver" />
<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/rentDB" />
<property name="username" value="root" />
<property name="password" value="!Biz8080" />
<property name="username" value="user" />
<property name="password" value="user" />
</bean>

<bean id="hikariDS" class="com.zaxxer.hikari.HikariDataSource">
Expand Down

0 comments on commit 7ccc4d4

Please sign in to comment.