Skip to content

Commit 579e90d

Browse files
authored
Update README.md
1 parent 4242968 commit 579e90d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Module Federation / Spring Boot
22

33
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.
46

57
## How to run
68

@@ -43,4 +45,4 @@ So you simply run build scripts :
4345

4446
Run ShellApplication Java class.
4547
You just need to run the application with the proper argument as base path :
46-
`--server.servlet.context-path=/ng-shell`
48+
`--server.servlet.context-path=/ng-shell`

0 commit comments

Comments
 (0)