rib.jbpm-workitem-itests.7.48.0.Final.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-workitem-itests Show documentation
Show all versions of jbpm-workitem-itests Show documentation
Sample project for testing workitems in a jBPM SpringBoot application
#
# https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#common-application-properties
#
#server configuration
server.port=8090
#hibernate configuration
spring.jpa.properties.hibernate.hbm2ddl.auto=create
spring.jpa.properties.hibernate.show_sql=false
# Taken from https://docs.spring.io/spring-boot/docs/2.4.0-M2/reference/htmlsingle/#common-application-properties
# Used in Kafka tests where publish blocking connection timeout (max.block.ms) is 60 seconds, same as default
# transaction timeout for nayarana. If this timeout is not increased, following exception is raised:
# "org.hibernate.HibernateException: Transaction was rolled back in a different thread!"
spring.transaction.default-timeout=120
© 2015 - 2025 Weber Informatics LLC | Privacy Policy