Skip to content

Commit b084800

Browse files
committed
add context otherwise preference between leveldb and memdb is operating
system dependent.
1 parent 077260e commit b084800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/resources/context/memdb-profile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<beans
2+
<beans profile="memdb"
33
xmlns="http://www.springframework.org/schema/beans"
44
xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx"

0 commit comments

Comments
 (0)