We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d0dfb commit fe10298Copy full SHA for fe10298
2 files changed
templates/springboot/pom.xml
@@ -13,7 +13,7 @@
13
<parent>
14
<groupId>org.springframework.boot</groupId>
15
<artifactId>spring-boot-starter-parent</artifactId>
16
- <version>3.5.0</version>
+ <version>3.5.3</version>
17
<relativePath/> <!-- lookup parent from repository -->
18
</parent>
19
templates/templates.yaml
@@ -31,7 +31,7 @@ templates:
31
- src/main/java/com/oracle/coherence/demo/frameworks/helidon/CustomerResource.java
32
33
- name: springboot
34
- frameworkVersion: "spring-boot-starter 3.5.0, coherence-spring 4.3.1"
+ frameworkVersion: "spring-boot-starter 3.5.3, coherence-spring 4.3.1"
35
instructions: |
36
To run Spring Boot starter you must have JDK21+ and maven 3.8.5+.
37
Change to the newly created directory and run the following to build:
0 commit comments