Skip to content

Commit 960900c

Browse files
authored
Update README.md
1 parent 4de7185 commit 960900c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# QR-code Generator and Reader
22

3-
## Application used Java 15 | [Onurdesk](https://onurdesk.com/)
3+
## Application used [Java 15](https://onurdesk.com/what-are-preview-features-in-java-15/) | [Onurdesk](https://onurdesk.com/)
44

5-
###### Spring boot application exposing REST API endpoint to genrate QR-code representing custom message and another endpoint to read the decoded message, built using Java Spring boot and google's zxing library.
5+
###### Spring boot application exposing REST API endpoint to genrate QR-code representing custom message and another endpoint to read the decoded message, built using Java [Spring boot](https://onurdesk.com/category/spring/spring-boot/) and [google's zxing library](https://opensource.google/projects/zxing).
66

77
<center>
88
<a target='_blank' href='https://spring-boot-qr-code-generator.herokuapp.com/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config'>Running Application</a>
99
</center>
1010

1111
## Local Setup
1212

13-
* Install Java 15
14-
* Install Maven
13+
* Install [Java 15](https://onurdesk.com/what-are-preview-features-in-java-15/)
14+
* Install [Maven](https://onurdesk.com/what-is-maven-plugin/)
1515

1616
Recommended way is to use [sdkman](https://sdkman.io/) for installing both maven and java
1717

0 commit comments

Comments
 (0)