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

rib.jbpm-workitem-itests.7.48.0.Final.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
#
# 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