g00glen00b / dimitri.codes

Static generator for dimitri.codes using Gatsby
https://dimitri.codes
Other
20 stars 8 forks source link

https://dimitr.im/bundling-react-spring-boot #122

Closed utterances-bot closed 1 year ago

utterances-bot commented 2 years ago

Bundling your React app with Spring boot | Dimitri's tutorials

In this tutorial I'll show you how you can bundle your React app together with Spring boot.

https://dimitr.im/bundling-react-spring-boot

hamdiamine commented 2 years ago

thank you, it work for me.. just a little thing, i should add spring.mvc.pathmatch.matching-strategy=ant_path_matcher in my application.properties for pattern /{x:^(?!api$).*$}/**/{y:[\w\-]+}

belchandan commented 2 years ago

How can we integrate totally separately managed React app (separate git repo, build and managed by different team) into Spring-Boot?

g00glen00b commented 2 years ago

@belchandan If that's the case then I think it would be better if you deploy them separately. Integration between the two would only be your React app communicating with your Spring boot application through a REST API.

g00glen00b commented 1 year ago

Due to a domain switch and a second issue already being created, I'm closing this one. See #132