From 2c9cd09f94ce37a0d24afe83aa096c0039ffc8d9 Mon Sep 17 00:00:00 2001 From: mohamed-ennahdi Date: Wed, 6 Nov 2024 13:16:08 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659f7f3..9dc1fef 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ To visualize a group of classes in a Eclipse like class diagram can be useful in terms of understanding the overall business logic. +This project was inspired by the eclipse plugin called ObjectAid, that is not being maintained anymore. + # Purpose This is a multi-module application that processes Java source code to render it as a class diagram. @@ -29,4 +31,6 @@ This module allows the consumption of objectmorph-renderer module through REST e # Conclusion -This project offers an easy to deploy Spring Boot enabled application so that submitting Java source code files can be done easily through all kinds of interfaces. +This project offers an easy way to deploy Spring Boot enabled application so that submitting Java source code files can be done easily through all kinds of interfaces. + +Eventually, the returned HTML code can be viewed in a browser and displays the source code as a class diagram.