File tree 2 files changed +1
-3
lines changed
modules/flowable-app-rest
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 500
500
<port >8080</port >
501
501
<protocol >org.apache.coyote.http11.Http11NioProtocol</protocol >
502
502
<systemProperties >
503
- <spring .datasource.driver-class-name>org.postgresql.Driver</spring .datasource.driver-class-name>
504
503
<spring .datasource.url>jdbc:postgresql://localhost:5432/flowable</spring .datasource.url>
505
504
<spring .datasource.username>flowable</spring .datasource.username>
506
505
<spring .datasource.password>flowable</spring .datasource.password>
527
526
<artifactId >spring-boot-maven-plugin</artifactId >
528
527
<configuration >
529
528
<arguments >
530
- <argument >--spring.datasource.driver-class-name=com.mysql.jdbc.Driver</argument >
531
529
<argument >--spring.datasource.url=jdbc:mysql://127.0.0.1:3306/flowable?characterEncoding=UTF-8</argument >
532
530
<argument >--spring.datasource.username=flowable</argument >
533
531
<argument >--spring.datasource.password=flowable</argument >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ spring.banner.location=classpath:/org/flowable/spring/boot/flowable-banner.txt
15
15
# all would be created with the same name (com.zaxxer.hikari:name=dataSource,type=HikariDataSource) for example
16
16
spring.jmx.default-domain =${spring.application.name}
17
17
# datasource
18
- spring.datasource.driver-class-name =org.h2.Driver
18
+ # spring.datasource.driver-class-name=org.h2.Driver
19
19
spring.datasource.url =jdbc:h2:~/flowable-db/ossdb;AUTO_SERVER=TRUE;AUTO_SERVER_PORT=9091;DB_CLOSE_DELAY=-1
20
20
spring.datasource.username =flowable
21
21
spring.datasource.password =flowable
You can’t perform that action at this time.
0 commit comments