Skip to content

ahristov314/topflight-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository contains a Spring-boot microservice setup.

  • For database access, plain JDBC is used, but feel free to change it.
  • You need to create a credentials.properties file in the resources/ folder with the credentials to access the database:
db.username=...
db.password=...
  • The repo defines a single service /hotel/<id> that returns the name of the requested hotel.
  • Logging uses SLf4J

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages