Skip to content

Commit

Permalink
fix #895 (#896)
Browse files Browse the repository at this point in the history
Co-authored-by: 卫龙 <weilong@yeteam.com>
  • Loading branch information
chenjjl and 卫龙 authored May 13, 2022
1 parent 89a208f commit 5564acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dubbo.registry.address=${admin.registry.address}
#spring.datasource.password=mysql

# h2
spring.datasource.url=jdbc:h2:mem:~/dubbo-admin;
spring.datasource.url=jdbc:h2:mem:~/dubbo-admin;MODE=MYSQL;
spring.datasource.username=sa
spring.datasource.password=

Expand Down

0 comments on commit 5564acc

Please sign in to comment.