Samples/Discovery
Hananiel Sarella 3f57578534 Merge conflict resolved 2020-04-03 11:45:42 -04:00
..
src Merge conflict resolved 2020-04-03 11:45:42 -04:00
README.md update a few readmes and a couple more samples 2019-10-31 16:38:53 -04:00

README.md

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.

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