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
The following commit(s) were added to refs/heads/remove-hibernate by this push:
new 781f26e2d fix test
781f26e2d is described below
commit 781f26e2d6fe0eebd25535754e8bbdd5807137ce
Author: tomsun28 <[email protected]>
AuthorDate: Tue Apr 23 08:55:27 2024 +0800
fix test
Signed-off-by: tomsun28 <[email protected]>
---
manager/src/main/resources/application-test.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/manager/src/main/resources/application-test.yml
b/manager/src/main/resources/application-test.yml
index 29d07611c..195948771 100644
--- a/manager/src/main/resources/application-test.yml
+++ b/manager/src/main/resources/application-test.yml
@@ -23,8 +23,13 @@ spring:
hikari:
max-lifetime: 120000
jpa:
- hibernate:
- ddl-auto: update
+ show-sql: false
+ database-platform: org.eclipse.persistence.platform.database.MySQLPlatform
+ database: h2
+ properties:
+ eclipselink:
+ logging:
+ level: SEVERE
mail:
host: smtp.exmail.qq.com
username: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]