In this module we moved all UI related stuff:
-
react frontend app
-
SPA index thymeleaf controller
-
API forwarder to gateway (to avoid frontend CORS issue)
SPA Index Page thymeleaf controller:
link:./src/main/java/daggerok/ui/UIApplication.java[role=include]
WebFlux REST API proxy forwarder config:
link:./src/main/java/daggerok/ui/UIApplication.java[role=include]
UI is using port: 8003