fix: application.yml h2数据库配置更新,与mysql配置格式保持统一,方便切换mysql

V0.5.x
gaoyoulong 2024-02-22 15:43:49 +08:00
parent 92efe63919
commit 93ca44ebb2
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ spring:
hibernate:
format_sql: true
datasource:
url: jdbc:h2:./data/iotkit;MODE=MySQL
username: sa
password: 123456
driverClassName: org.h2.Driver
type: com.zaxxer.hikari.HikariDataSource
# 动态数据源文档 https://www.kancloud.cn/tracy5546/dynamic-datasource/content
dynamic: