Skip to content

Commit

Permalink
[Feature][Doc] Modify properties
Browse files Browse the repository at this point in the history
  • Loading branch information
zixi0825 committed Oct 26, 2024
1 parent a6076b8 commit e8e5598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datavines-server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spring:
on-profile: mysql
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/datavines7?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://127.0.0.1:3306/datavines?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: 123456
quartz:
Expand Down

0 comments on commit e8e5598

Please sign in to comment.