Skip to content

Commit

Permalink
Add missing 7.1.0.4 update in spring boot native sample and fix v5.cf…
Browse files Browse the repository at this point in the history
…g.xml
  • Loading branch information
filiphr committed Mar 20, 2024
1 parent c053446 commit f987af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0.4</version>
</parent>

<artifactId>flowable-spring-boot-sample-native</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<bean id="processEngineConfiguration"
class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">

<property name="jdbcUrl" value="${jdbc.url:jdbc:mysql://127.1.0-SNAPSHOT.1:3306/flowablecompatibility?characterEncoding=UTF-8}" />
<property name="jdbcUrl" value="${jdbc.url:jdbc:mysql://127.0.1.1:3306/flowablecompatibility?characterEncoding=UTF-8}" />
<property name="jdbcDriver" value="${jdbc.driver:com.mysql.jdbc.Driver}" />
<property name="jdbcUsername" value="${jdbc.username:flowable}" />
<property name="jdbcPassword" value="${jdbc.password:flowable}" />
Expand Down

0 comments on commit f987af5

Please sign in to comment.