Azure samples version and code adjustments
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.0.7</version>
|
||||
<version>3.1.1</version>
|
||||
<relativePath/>
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
@@ -20,7 +20,7 @@
|
||||
<java.version>17</java.version>
|
||||
|
||||
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-cloud-function-adapter-azure-web.version>4.1.0-SNAPSHOT</spring-cloud-function-adapter-azure-web.version>
|
||||
<spring-cloud-function-adapter-azure-web.version>4.0.5-SNAPSHOT</spring-cloud-function-adapter-azure-web.version>
|
||||
|
||||
<!-- 2. You must set the Spring Boot start class for the Azure Function runtime to be able to find the entry point. -->
|
||||
<start-class>com.example.azure.web.AzureWebDemoApplication</start-class>
|
||||
|
||||
Reference in New Issue
Block a user