Skip to content

Commit

Permalink
refactor($ShardingSphere): remove the names of data source
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Apr 2, 2022
1 parent 3ef9765 commit 9bb16d3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,18 @@ spring:
sql-show: true
datasource:
master0:
name: master0
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/muscle_and_fitness?useSSL=true&useUnicode=true
username: maf_mysql_rw
password: maf@mysql
slave0:
name: slave0
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3307/muscle_and_fitness?useSSL=true&useUnicode=true
username: maf_mysql_r
password: maf@mysql
quartz:
name: quartz
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/QUARTZ_DB?useSSL=true&useUnicode=true
Expand Down

0 comments on commit 9bb16d3

Please sign in to comment.