Skip to content

Commented Out and added TODO for now #802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/user-documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Spring Boot Migrator aims to automatically migrate existing applications to Spri

Spring Boot Migrator (SBM) scans and analyses a given codebase and offers a list of applicable recipes. +
An engineer can now apply these recipes against the codebase and step-by-step migrate it to a Spring Boot application. +
See <<available-recipes, Available Recipes>>
// See <<available-recipes, Available Recipes>> TODO

Nothing's perfect... there are situations where manual interaction is required or architectural decisions must be made. +
Here SBM adds comments at relevant locations in code with further guidance for the engineer. +
See <<search-and-comment, Search and Comment>>
// See <<search-and-comment, Search and Comment>> TODO


== Installation
Expand Down