spring-boot-microservices
spring-boot-microservices
File Explorer
Download Latest Version (.zip)- maven-wrapper.jar
- maven-wrapper.properties
- AuthenticationController.java
- FallbackController.java
- AuthenticationResponse.java
- OktaOAuth2WebSecurity.java
- CloudGatewayApplication.java
- application.yaml
- CloudGatewayApplicationTests.java
- .DS_Store
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- maven-wrapper.jar
- maven-wrapper.properties
- ConfigServerApplication.java
- application.yaml
- ConfigServerApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- maven-wrapper.jar
- maven-wrapper.properties
- FeignConfig.java
- OrderController.java
- Order.java
- CustomException.java
- RestResponseEntityExceptionHandler.java
- PaymentService.java
- ProductService.java
- CustomErrorDecoder.java
- OAuthRequestInterceptor.java
- RestTemplateInterceptor.java
- PaymentRequest.java
- ErrorResponse.java
- PaymentResponse.java
- OrderRequest.java
- OrderResponse.java
- PaymentMode.java
- OrderRepository.java
- WebSecurityConfig.java
- OrderService.java
- OrderServiceImpl.java
- OrderServiceApplication.java
- application.yaml
- OrderControllerTest.java
- OrderServiceImplTest.java
- OrderServiceApplicationTests.java
- OrderServiceConfig.java
- TestServiceInstanceListSupplier.java
- GetPayment.json
- GetProduct.json
- application.yaml
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- maven-wrapper.jar
- maven-wrapper.properties
- PaymentController.java
- TransactionDetails.java
- PaymentMode.java
- PaymentRequest.java
- PaymentResponse.java
- TransactionDetailsRepository.java
- WebSecurityConfig.java
- PaymentService.java
- PaymentServiceImpl.java
- PaymentServiceApplication.java
- application.yaml
- PaymentServiceApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- maven-wrapper.jar
- maven-wrapper.properties
- ProductController.java
- Product.java
- ProductServiceCustomException.java
- RestResponseEntityExceptionHandler.java
- ErrorResponse.java
- ProductRequest.java
- ProductResponse.java
- ProductRepository.java
- WebSecurityConfig.java
- ProductService.java
- ProductServiceImpl.java
- ProductServiceApplication.java
- application.yaml
- ProductServiceApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- maven-wrapper.jar
- maven-wrapper.properties
- ServiceRegistryApplication.java
- application.yaml
- ServiceRegistryApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- maven-wrapper.jar
- maven-wrapper.properties
- WebConfig.java
- EmployeeController.java
- EmployeeV2Controller.java
- HomeController.java
- EmployeeEntity.java
- EmployeeNotFoundException.java
- RestResponseEntityExceptionHandler.java
- Employee.java
- ErrorMessage.java
- User.java
- EmployeeRepository.java
- EmployeeService.java
- EmployeeServiceImpl.java
- EmployeeV2ServiceImpl.java
- SpringBootDemoApplication.java
- application.properties
- SpringBootDemoApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/shabbirdwd53/spring-boot-microservices
Downloads the entire project code from GitHub to your computer.
cd spring-boot-microservices
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd CloudGateway
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
