Skip to content

Procedure to build Microservice application using spring boot and JAVA 11

Notifications You must be signed in to change notification settings

deepak2all/UserService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Project:

UserService

Description:

Procedure to build Microservice application using spring boot and JAVA 11

Technology Stack

1. Spring Boot

2. Java 11

3. Spring Security

4. REST API operations

5. Logging

6. Hystrix Circuit breaker

7. Testing using Postman, CURL and RESTTemplate

Installation and execution

To build and package a Spring Boot app into a single executable Jar file with a Maven, use the below command###

maven package (or) mvn install

To run your Spring Boot app from a command line in a Terminal window you can use the java -jar command.

java -jar target/UserService 0.0.1-SNAPSHOT.jar

To run Spring Boot app using Maven, use the below command

mvn spring-boot:run 

Documentation

https://github.com/deepak2all/UserService/blob/main/UserService/Coding%20Challenge%20RESPONSE-10029878.docx

https://github.com/deepak2all/UserService/blob/main/UserService/Contract%20-%20UserService.docx

About

Procedure to build Microservice application using spring boot and JAVA 11

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages