Skip to content

API Gateway and Service Discovery microservices. Summer internship at SberTech of team 1.

Notifications You must be signed in to change notification settings

lenivoe/summer-2020-SBT-team1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Gateway and Service Discovery microservices

Build Status Coverage Status Codacy Badge GitHub last commit (branch) GitHub contributors

Summer internship at SberTech of team 1.

All microservices

API Documentation

Swagger

Installation

  1. It is necessary to install JDK version 11 or higher, PostgreSQL.
  2. You need create database with some name (for example, "gateway") like here.
  3. Download "gateway-version.jar" and "application.properties" files from releases.
  4. Open config file "application.properties" and set your port, database name, postgres password.
server.port=<port>

spring.datasource.url=jdbc:postgresql://localhost/<database name>
spring.datasource.username=postgres
spring.datasource.password=<postgres password>
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=create-drop

ping.interval=10000
ping.check_time=30000
  1. Launch app with parameters:
java -jar ./gateway-<version>.jar --spring.config.location=./application.properties

About

API Gateway and Service Discovery microservices. Summer internship at SberTech of team 1.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages