Esteban Herrera

Results 36 comments of Esteban Herrera

Of course. This project uses H2, a relational in-memory database, but you only need to configure Spring Boot to work with PostgreSQL (see this https://dzone.com/articles/configuring-spring-boot-for-postgresql, for example). I don't think...

Hi @ddash357, It seems like you upgraded the dependencies and the code is not compatible with the new versions. Some changes may be required to make it work, but I...

Hi, thanks! Authentication/Authorization is usually done with JWT/OAuth, but here are two tutorials that you might find useful: - https://www.howtographql.com/graphql-java/5-authentication/ - https://mi3o.com/spring-graphql-security/ Also to protect (hide) fields, you can check...

Hi Pedro, thanks, that would be a great improvement. Right now, I don't have the time to implement it, but I'll do it. However, I don't know if I'll do...

Hi @berlinets and @themanojshukla. It's hard to go through the stacktrace, but I noticed a few things: - You're using Java 12 (this project was built with Java 9) -...

Hi @sachink-2020, This project is based on an old version of spring-boot and graphql-java, I see you're using newer versions of these libraries so, in some parts, the code will...

Well, I don't know someone in particular, but some people follow this repo, maybe one of them can help you. I have also applied the `help wanted` label to this...

Did you follow the tutorial at https://www.pluralsight.com/guides/front-end-javascript/getting-started-with-react-vr? You need a model in obj format (they normally have an accompanied mtl file with the textures), put it in the `static_assets` directory...

Hi @GPL420, Thanks, I just updated the tutorial link: https://www.pluralsight.com/guides/getting-started-with-react-vr However, React VR is not maintained anymore. The project was deprecated in favor of React 360 (https://github.com/facebookarchive/react-360), but to the...