From 9050aea3f9ee8c8586455980ef850ccc4ac2f3c8 Mon Sep 17 00:00:00 2001 From: weihubeats Date: Tue, 6 Sep 2022 21:22:22 +0800 Subject: [PATCH] default database mysql (#666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Support h2 database * update application.properties * Support h2 database * h2数据库 * default database mysql --- hippo4j-server/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hippo4j-server/src/main/resources/application.properties b/hippo4j-server/src/main/resources/application.properties index cb1a4477..2c32d489 100644 --- a/hippo4j-server/src/main/resources/application.properties +++ b/hippo4j-server/src/main/resources/application.properties @@ -5,7 +5,7 @@ ### Server Startup Port server.port=6691 -spring.profiles.active= h2 +spring.profiles.active= mysql ### Server Tomcat server.tomcat.accesslog.enabled=true