Marcelo Shima

Results 573 comments of Marcelo Shima

> Do I have to specify `reactive false` for the gateway? Yes

> The logs show a 404 when trying to connect to downstream services. Since there is no service discovery integration, due to https://github.com/jhipster/generator-jhipster/issues/25715#issuecomment-2037578525, that's expected. Routes needs to be manually...

@mraible following https://github.com/jhipster/generator-jhipster/pull/25817 the routes option accepts `"route"`, `"route:host"` or `"route:host:port"`. Updated jdl with routes option: ``` application { config { baseName gateway reactive false packageName org.jhipster.gateway applicationType gateway authenticationType...

This could be reused for https://github.com/jhipster/generator-jhipster/issues/21012, otherwise we should just close it.

Upstream issues: - https://github.com/spring-cloud/spring-cloud-gateway/issues/3332: support manually added routes. - https://github.com/spring-cloud/spring-cloud-gateway/issues/3382: duplicate required filters in every route - https://github.com/spring-cloud/spring-cloud-gateway/issues/3354: manually set X-Forwarded-Prefix. - https://github.com/spring-cloud/spring-cloud-gateway/issues/3233: retrieve routes based on https://github.com/spring-cloud/spring-cloud-gateway/issues/3233#issuecomment-1989318818

@romarioliveira25 can you provide a PR?

https://github.com/jhipster/generator-jhipster/blob/4a4264424031f000925f589113b131643d6cf271/generators/liquibase/templates/src/main/resources/config/liquibase/master.xml.ejs#L59

Go to your `generator-jhipster` folder and run: `npm link` It will link jhipster globally. This is enough to generate a new application. Go to the application folder and run `npm...

`entity.ts.ejs` is common, doesn’t have entity related data like relationships.

@RDsideNow take a look at https://github.com/jhipster/generator-jhipster/pull/18622