Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[fix][*][v0.1.0]: using same db name with ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan committed Dec 25, 2023
1 parent 584e2c8 commit 2790134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-bootstrap/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
active: env
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/openrelayer?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
url: jdbc:mysql://localhost:3306/relayer?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
password: Mychain123!@#
username: root
redis:
Expand Down

0 comments on commit 2790134

Please sign in to comment.