Skip to content

SwissTierrasColombia/st-microservice-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservice OAuth

Microservice that allows users to authenticate from the authorization protocol OAuth2.

Running Development

$ mvn spring-boot:run

How to disable eureka client?

Modify the enabled property in st-microservice-oauth/src/main/resources/application.yml file:

eureka:
  client:
    enabled: false

How to disable config client?

Modify the enabled property in st-microservice-oauth/src/main/resources/bootstrap.yml file:

spring:
  application:
    name: st-microservice-oauth
  cloud:
    config:
      enabled: false

License

Agencia de Implementación - BSF Swissphoto - INCIGE