File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-native Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 456456 <plugin >
457457 <groupId >org.springframework.boot</groupId >
458458 <artifactId >spring-boot-maven-plugin</artifactId >
459+ <version >${spring.boot.version} </version >
459460 <configuration >
460461 <arguments >
461462 <argument >--spring.datasource.url=jdbc:mysql://127.0.0.1:3306/flowable?characterEncoding=UTF-8</argument >
Original file line number Diff line number Diff line change 4444 <plugin >
4545 <groupId >org.springframework.boot</groupId >
4646 <artifactId >spring-boot-maven-plugin</artifactId >
47-
47+ < version > ${spring.boot.version} </ version >
4848 <configuration >
4949 <jvmArguments >
5050 -agentlib:native-image-agent=config-output-dir=target/native-image
134134 <plugin >
135135 <groupId >org.springframework.boot</groupId >
136136 <artifactId >spring-boot-maven-plugin</artifactId >
137+ <version >${spring.boot.version} </version >
137138 <executions >
138139 <execution >
139140 <id >process-test-aot</id >
You can’t perform that action at this time.
0 commit comments