Last change
on this file since 52 was
52,
checked in by robert@…, 12 years ago
|
- Updated a bug on production with org.apache.tools.zip
- Added tooltips to all icons
|
File size:
295 bytes
|
Line | |
---|
1 | dataSource { |
---|
2 | pooled = true |
---|
3 | driverClassName = "org.hsqldb.jdbcDriver" |
---|
4 | username = "sa" |
---|
5 | password = "" |
---|
6 | //loggingSql = true |
---|
7 | } |
---|
8 | hibernate { |
---|
9 | cache.use_second_level_cache = true |
---|
10 | cache.use_query_cache = true |
---|
11 | cache.provider_class = 'net.sf.ehcache.hibernate.EhCacheProvider' |
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.