Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
GroupOne-Back-End
/
cae85b7e0fefe230b65f5d95d75581d54a0892fe
/
.
/
src
/
test
/
resources
/
application-test.properties
blob: 4fb95c7947592b79420424cc433eb3b536edfee9 [
file
] [
log
] [
blame
]
spring
.
datasource
.
url
=
jdbc
:
h2
:
mem
:
testdb
;
DB_CLOSE_DELAY
=-
1
spring
.
datasource
.
driver
-
class
-
name
=
org
.
h2
.
Driver
spring
.
jpa
.
hibernate
.
ddl
-
auto
=
create
-
drop
spring
.
jpa
.
show
-
sql
=
true
spring
.
jpa
.
database
-
platform
=
org
.
hibernate
.
dialect
.
H2Dialect