From 7cbcab8f28fcf9dabccd0ce1d90f1ec2ff0952dc Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 22 Jun 2020 17:45:58 +0800 Subject: [PATCH] add h2 example --- web/src/main/resources/config/application.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: #