mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add default hsqldb connection with row locking transaction
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<tomee>
|
<tomee>
|
||||||
|
|
||||||
|
<Resource id="My DataSource" type="DataSource">
|
||||||
|
jdbcDriver = org.hsqldb.jdbcDriver
|
||||||
|
jdbcUrl = jdbc:hsqldb:file:data/hsqldb;hsqldb.tx=mvcc
|
||||||
|
UserName = sa
|
||||||
|
Password =
|
||||||
|
MaxActive = 50
|
||||||
|
</Resource>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<Resource id="MySQL" type="DataSource">
|
<Resource id="MySQL" type="DataSource">
|
||||||
JdbcDriver com.mysql.jdbc.Driver
|
JdbcDriver com.mysql.jdbc.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user