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

amunda-outbox-spring-boot-sample.1.0.0.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
server.port=8081
spring.main.allow-bean-definition-overriding=true
camunda.bpm.auto-deployment-enabled=true

server.servlet.context-path=/example-context-root
camunda.bpm.admin-user.id=demo
camunda.bpm.admin-user.first-name=demo
camunda.bpm.admin-user.password=demo
camunda.bpm.admin-user.last-name=demo

camunda.bpm.database.type=h2

#spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
#spring.datasource.driver-class-name = org.postgresql.Driver
#spring.datasource.username = postgres
#spring.datasource.password = postgres

spring.datasource.url=jdbc:h2:mem:camunda;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=sa






© 2015 - 2025 Weber Informatics LLC | Privacy Policy