Skip to content

Latest commit

 

History

History
 
 

Discovery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Steeltoe Discovery Sample Applications

This repo tree contains sample apps illustrating how to use the Steeltoe Discovery packages.

  • src/AspDotNetCore/Fortune-Teller-Service - ASP.NET Core microservice illustrating how to use Spring Cloud Eureka Server for service registration.
  • src/AspDotNetCore/Fortune-Teller-UI - ASP.NET Core MVC app illustrating how to use Spring Cloud Eureka Server for service discovery.
  • src/AspDotNet4/Fortune-Teller-Service - same as AspDotNetCore/Fortune-Teller-Service but built for ASP.NET 4.x
  • src/AspDotNet4/Fortune-Teller-UI - same as AspDotNetCore/Fortune-Teller-UI but built for ASP.NET 4.x
  • src/AspDotNetAutofac/Fortune-Teller-Service - same as AspDotNetCore/Fortune-Teller-Service but built for ASP.NET 4.x and using Autofac IOC container
  • src/AspDotNetAutofac/Fortune-Teller-UI - same as AspDotNetCore/Fortune-Teller-UI but built for ASP.NET 4.x and using Autofac IOC container

Building & Running

See the Readme for instructions on building and running each app. Instructions for running the apps both locally and on CloudFoundry are provided.

See the Official Steeltoe Service Discovery Documentation for a more in-depth walkthrough of the samples and more detailed information