@mire
Java developer
Nothing here yet.
Nothing here yet.
Mar 24, 2021 · 21 min read · HTTP Methods you must know GET Method The GET method request a representation of the specified resource. Request using GET method should only retrieve data. In other words, GET method is used to "read". GET method returns a representation in XML or J...
Join discussionMar 23, 2021 · 5 min read · We are gonna make simple applications with Spring Boot and MongoDB Go to the Spring initializr chose Java 8 and next necessary dependencies Spring Boot 2.4.4 Spring Web Spring Data MongoDB When you download and import in your IDE it's time to make s...
Join discussionMar 21, 2021 · 3 min read · Downloading MongoDB Docker image Go to the https://hub.docker.com/ and search for mongodb. When you open it, on top right side you will see docker command to pull image Copy that command in terminal and run it docker pull mongo Verify that you hav...
Join discussion