This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a7bb7bb862881c7ffcd1243aaf727091d1a43679 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jun 1 15:50:31 2017 +0200 "datediff" n'est pas un fonction prise en charge par postgres --- ...rest-api.properties => pollen-rest-api-test.properties} | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pollen-rest-api/src/test/resources/pollen-rest-api.properties b/pollen-rest-api/src/test/resources/pollen-rest-api-test.properties similarity index 52% rename from pollen-rest-api/src/test/resources/pollen-rest-api.properties rename to pollen-rest-api/src/test/resources/pollen-rest-api-test.properties index 798c1a3..86cc571 100644 --- a/pollen-rest-api/src/test/resources/pollen-rest-api.properties +++ b/pollen-rest-api/src/test/resources/pollen-rest-api-test.properties @@ -18,4 +18,18 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # #L% ### + +hibernate.dialect=org.hibernate.dialect.H2Dialect +hibernate.connection.url=jdbc:h2:file:${pollen.data.directory}/db/pollen-rest-api +hibernate.connection.username=sa +hibernate.connection.password=sa +hibernate.connection.driver_class=org.h2.Driver +#hibernate.hbm2ddl.auto=update +pollen.version=${project.version} +hibernate.connection.provider_class=org.hibernate.hikaricp.internal.HikariCPConnectionProvider +hibernate.hikari.minimumIdle=2 +hibernate.hikari.maximumPoolSize=20 +hibernate.hikari.autoCommit=false +topia.persistence.topiaIdFactoryClassName=org.nuiton.topia.persistence.internal.ShortTopiaIdFactory +topia.service.migration=org.chorem.pollen.persistence.PollenFlywayServiceImpl pollen.devMode=true -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.