From 470665000f97b77cc76cffea356639071577044e Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Mon, 8 Jul 2024 18:40:40 -0400 Subject: [PATCH] On branch edburns-msft-link-to-aspire-overview modified: readme.md Signed-off-by: Ed Burns --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fa158ab..aafa894 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Aspire4J -This is a proof of concept project, which introduces a minimal example of a Java implementation of the Aspire framework. It aims to provide a Java-idiomatic developer experience that mimics the concepts introduced by the Aspire framework for .net. In particular, it introduces the concept of the AppHost, allowing for Java developers to define infrastructure as code, whilst continuing to rely on the existing Java ecosystem frameworks such as Spring, Micronaut, and Quarkus. +This is a proof of concept project, which introduces a minimal example of a Java implementation of the Aspire framework. For an overview of Aspire, see [.NET Aspire overview](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview). It aims to provide a Java-idiomatic developer experience that mimics the concepts introduced by the Aspire framework for .net. In particular, it introduces the concept of the AppHost, allowing for Java developers to define infrastructure as code, whilst continuing to rely on the existing Java ecosystem frameworks such as Spring, Micronaut, and Quarkus. This GitHub repository is split into many sub-projects, but they can be broadly categorised as follows: @@ -42,4 +42,4 @@ mvn archetype:generate \ ``` 4. Follow the prompts to create your new Aspire4J project. -5. You will see a new directory created in your project with the name you provided in the prompt. Inside this directory you will find a new `AspireAppHost` Java class that you can use to define your infrastructure as code. \ No newline at end of file +5. You will see a new directory created in your project with the name you provided in the prompt. Inside this directory you will find a new `AspireAppHost` Java class that you can use to define your infrastructure as code.