Skip to content

swathiAMD/Telecom_Microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telecom Microservices

Minimal Spring Boot sample app.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.example.telecommicroservices.TelecomMicroservicesApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

This program contains following api:

  1. http://localhost:8090/ or http://localhost:8090/Phonenumbers : for viewing all the exisitng Phone numbers irrespective of the Customer.
  2. http://localhost:8090/Phonenumbers/{fullname} : for retrieving the phone numbers of a particular customer.
  3. http://localhost:8090/Phonenumbers/{phonenumber}/enable/{enable} : to activate an particular phone number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages