Alternatively you can run it directly with java -jar
command:
java -jar target/djl-spring-boot-console-sample-0.21-SNAPSHOT.jar
+ java -jar target/djl-spring-boot-console-sample-0.23-SNAPSHOT.jar
5. More Complex Application Example
Code Examples based on REST API example leveraging DJL Spring Boot Starter demonstrates a RESTful API that can take images from Amazon S3 bucket and stores the object detection results back in S3. This API represents a microservice capable of taking any image reference (uploaded to the predefined Amazon S3 bucket) and run object detection on it. This API could be leveraged directly through REST API clients like Postman, or within a mobile or web application.
diff --git a/docs/walkthrough/getting-started.md b/docs/walkthrough/getting-started.md
index 3aae724..42c9c6d 100644
--- a/docs/walkthrough/getting-started.md
+++ b/docs/walkthrough/getting-started.md
@@ -221,7 +221,7 @@ Assuming you have checked out the repository and are now in the root of the repo
Alternatively you can run it directly with `java -jar` command:
```
- java -jar target/djl-spring-boot-console-sample-0.21-SNAPSHOT.jar
+ java -jar target/djl-spring-boot-console-sample-0.23-SNAPSHOT.jar
```
## 5. More Complex Application Example
diff --git a/pom.xml b/pom.xml
index 505c30d..bb7c86e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
ai.djl.spring
djl-spring-boot-starter-project
- 0.21-SNAPSHOT
+ 0.23-SNAPSHOT
djl-spring-boot-starter-project
DJL starter project for Spring Boot
pom