We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4242968 commit 579e90dCopy full SHA for 579e90d
README.md
@@ -1,6 +1,8 @@
1
# Module Federation / Spring Boot
2
3
This is a demo project for Spring Boot with Module Federation and Angular.
4
+The point of this project is to host an Angular app with multiple micro frontend (mfe) apps, that all run within the same Spring Boot context.
5
+No mfe should be hosted separately.
6
7
## How to run
8
@@ -43,4 +45,4 @@ So you simply run build scripts :
43
45
44
46
Run ShellApplication Java class.
47
You just need to run the application with the proper argument as base path :
-`--server.servlet.context-path=/ng-shell`
48
+`--server.servlet.context-path=/ng-shell`
0 commit comments