mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
#37 alfresco-global.properties instead of the old application.propertie
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@327 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
dd61aa7921
commit
39aa93fb61
@ -41,15 +41,15 @@ integrity.failOnError=true
|
|||||||
# database connection properties
|
# database connection properties
|
||||||
# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)
|
# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)
|
||||||
|
|
||||||
db.driver=org.gjt.mm.mysql.Driver
|
db.driver=org.h2.Driver
|
||||||
db.url=jdbc:mysql://localhost/${alfresco.db.name}
|
db.url=jdbc:h2:${alfresco.data.location}/h2_data/${alfresco.db.name}
|
||||||
db.username=${alfresco.db.username}
|
db.username=${alfresco.db.username}
|
||||||
db.password=${alfresco.db.password}
|
db.password=${alfresco.db.password}
|
||||||
db.pool.initial=10
|
db.pool.initial=10
|
||||||
db.pool.max=100
|
db.pool.max=100
|
||||||
|
|
||||||
# MySQL dialect
|
# H2 dialect
|
||||||
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
|
hibernate.dialect=org.hibernate.dialect.H2Dialect
|
||||||
|
|
||||||
|
|
||||||
# Property to control whether schema updates are performed automatically.
|
# Property to control whether schema updates are performed automatically.
|
Loading…
x
Reference in New Issue
Block a user