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
See the Readme for instructions on building and running each app. Instructions for running the apps both locally and on CloudFoundry are provided.