A Spring REST based generator of QRCodes.
885
Demonstrates some of the capabilities of the Spring Boot framework through a small, simple example. After reviewing this example, you should have a good understanding of what Spring Boot can do and get a feel for how easy it is to use. #Features:
Clone the repository:
$ git clone https://github.com/raonigabriel/spring-qrcode-example.git
If this is your first time using Github, review http://help.github.com to learn the basics.
From the command line with Maven:
$ cd spring-qrcode-example
$ mvn spring-boot:run
From the command line with Linux:
$ cd spring-qrcode-example/target
$ ./spring-qrcode-example-1.3.1.jar
Using docker:
$ docker run -d --name qrcode-service --rm -p 8080:8080 raonigabriel:spring-qrcode-example
Access the deployed web application http://localhost:8080/qrcode?text=Hello%20World%20From%20Spring
or
In your preferred IDE such as SpringSource Tool Suite (STS) or IDEA:
Released under the Apache 2.0 license
Content type
Image
Digest
Size
71.3 MB
Last updated
about 5 years ago
docker pull raonigabriel/spring-qrcode-example