Search Places and Details of places
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the Spring boot application class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn clean install
mvn spring-boot:runor
mvn clean install
java -jar XXX_jar_nameXXX.jarhttp://localhost:8888/api/place/details/{place_id}
Example - http://localhost:8888/api/place/details/ChIJpaz2fx_BwjsR8OBdBo34Mtg
http://localhost:8888/api/place/search/{input}
Example - http://localhost:8888/api/place/search/Tibco%20pune