Spring is one of the most popular Java EE application framework. Today we will develop a very simple Spring Boot REST API which receives a number as a request and in response, we will get the corresponding English words.
Please note that, this is not a tutorial to learn about Spring Boot REST API. I assumed you already familiar with this technology.
Showing posts with label Maven. Show all posts
Showing posts with label Maven. Show all posts
Friday, December 15, 2017
Sunday, November 12, 2017
Apache Maven installation in Window 7
Apache maven is a package manager and building tools for Java. In this tutorial, we are going to install maven in window 7.
Tested With:
Apache maven 3.5.2
JDK 1.7
Windows 7
Note: You need to have JAVA_HOME environment setting to run maven.
If you have windows 10 and JDK 1.8, you don’t need to anything extra, just follow the steps of configurations below as we are going to do with Windows 7 and JDK 1.7
Tested With:
Apache maven 3.5.2
JDK 1.7
Windows 7
Note: You need to have JAVA_HOME environment setting to run maven.
If you have windows 10 and JDK 1.8, you don’t need to anything extra, just follow the steps of configurations below as we are going to do with Windows 7 and JDK 1.7
Subscribe to:
Posts (Atom)