All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.ole.olefs-webapp.properties Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
# Turn off the deployment based database reset process
# Rice2 handles that @ startup via RunOnce
jdbc.reset.skip=true
sql.execution.order=NONE
kdo.runonce.db.reset=true

kdo.config.1.name=common-config.xml
kdo.config.1.local=classpath:${project.groupId.path}/config/${kdo.config.1.name}
kdo.config.1.remote=${kdo.remote.base}/${kdo.config.1.name}

kdo.config.2.name=olefs-config.xml
kdo.config.2.local=classpath:${project.groupId.path}/config/${kdo.config.2.name}
kdo.config.2.remote=${kdo.remote.base}/${kdo.config.2.name}

kdo.config.3.name=runonce.properties
kdo.config.3.local=classpath:org/kuali/common/deploy/${kdo.config.3.name}
kdo.config.3.remote=${kdo.remote.base}/${project.artifactId}/${kdo.config.3.name}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy