Table of Contents
Some development docs here.
mvn compile
mvn test
mvn spring-boot:run
By executing:
mvn package
A docker image named springboot-graphql-song and tagged with current commit time and commit id abbreviated, for examples:
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
springboot-graphql-song 2020-05-28T17-23-36.1f4f5d6 a6d8cce143aa 9 minutes ago 430MB
Finally an instance could be started by:
docker run -ti --rm --name graphql-song -p 8080:8080 springboot-graphql-song:2020-05-28T17-31-30.1f4f5d6
It is pending trying to run it using Graalvm.
Some requests examples are here
-
Java
-
Spring-Boot