This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch remove-hibernate
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git

commit e7ab52b5b3e4cdb7a8860d03e7525dd5a4e4e12d
Author: tomsun28 <[email protected]>
AuthorDate: Sat Apr 20 14:40:34 2024 +0800

    update h2 test database name
    
    Signed-off-by: tomsun28 <[email protected]>
---
 manager/src/main/resources/application-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manager/src/main/resources/application-test.yml 
b/manager/src/main/resources/application-test.yml
index 3e22d43e1..29d07611c 100644
--- a/manager/src/main/resources/application-test.yml
+++ b/manager/src/main/resources/application-test.yml
@@ -19,7 +19,7 @@ spring:
     driver-class-name: org.h2.Driver
     username: sa
     password: 123456
-    url: jdbc:h2:./data/hertzbeat-test;MODE=MYSQL
+    url: jdbc:h2:./data/test;MODE=MYSQL
     hikari:
       max-lifetime: 120000
   jpa:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to