diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 5a6d56b3..b12ab893 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -76,6 +76,14 @@ jdbc: # password: jeesite # testSql: SELECT 1 +# # H2 数据库配置 +# type: h2 +# driver: org.h2.Driver +# url: jdbc:h2:~/jeesite-db/jeesite +# username: jeesite +# password: jeesite +# testSql: SELECT 1 + # # 连接信息加密 # encrypt: #