Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

microsoft/fabrikate-entref-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabrikate-entref-spring-boot

A Fabrikate definition for Project Jackson.

As part of Bedrock, we attempt to offer higher level of abstraction than editing resource manifest files directly. This repo would be used in the generation of low level Kubernetes resource manifest files tied to a deployment. If you're unfamiliar with how to set up your high level definition, read instructions here.

As an example for Project Jackson, you may set up your HLD repo like below:

name: sample-app
subcomponents:
  - name: "cloud-native"
    source: "https://github.com/timfpark/fabrikate-cloud-native"
    method: "git"
  - name: "project-jackson"
    source: "https://github.com/microsoft/fabrikate-entref-spring-boot"
    method: "git"

This sample-app includes this fabrikate definition for entrf-spring-boot and cloud-native, which are some of the stacks needed to run Project Jackson.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

For project related questions or comments, please contact Tim Park.