Hipster stack for Java developers. Spring Boot + Angular in one handy generator.
Hi JHipsters,
I've recently started experimenting in my project with Angular internationalization format instead of ngx-translate, both because I find the format more easy to work with and also because of the uncertainty about the future of the library (ngx-translate/core#783), and so I wanted to ask if anyone was in the same situation, if there's any important thing I should consider, and also to know if there's been any mention or discussion about this topic, or any ideas about supporting this in the future out-of-box.
Thanks!
Hello,
I'm new to JHipster. So I'm looking for the best way to do things. The purpose of my use of JHipster is to create a REST API. For this, I would like your opinion on the following issues:
1-) Is JHipster suitable for creating a REST API?
2) If you were to create a rest api, would you use Swagger or would you try to build everything with jhipster? (dto, service, mapper... etc.)
3) Is there an easier way to create a rest api with Java? (without losing advanced features)
Thank you.
this.filters.addFilter(xxx, yyy)
in the list folder (frontend) but I don't any docs about it
I'm still trying desperately to use UUID as id. To expose a 'guessable' bigint id in the URL is not acceptable.
I try the mysql uuid converter and get:
PS D:\jhipster\myApp> yo jhipster-mysql-uuid-converter
Error jhipster-mysql-uuid-converter
Package subpath './generators/generator-constants' is not defined by "exports" in C:\Users\bryan\AppData\Roaming\npm\node_modules\generator-jhipster-mysql-uuid-converter\node_modules\generator-jhipster\package.json
what am Y missing here?
BTW here are all my versions:
PS D:\jhipster\myApp> npm version
{
'my-app': '0.0.1-SNAPSHOT',
npm: '8.19.2',
node: '18.12.1',
v8: '10.2.154.15-node.12',
uv: '1.43.0',
zlib: '1.2.11',
brotli: '1.0.9',
ares: '1.18.1',
modules: '108',
nghttp2: '1.47.0',
napi: '8',
llhttp: '6.0.10',
openssl: '3.0.7+quic',
cldr: '41.0',
icu: '71.1',
tz: '2022b',
unicode: '14.0',
ngtcp2: '0.8.1',
nghttp3: '0.7.0'
}
PS D:\jhipster\myApp> jhipster --version
7.9.3
WWW-Authenticate: Bearer error="invalid_token", error_description="An error occurred while attempting to decode the Jwt: Signed JWT rejected: Another algorithm expected, or no matching key(s) found", error_uri="https://tools.ietf.org/html/rfc6750#section-3.1"
I'm still trying desperately to use UUID as id. To expose a 'guessable' bigint id in the URL is not acceptable.
I would use Postgres as it has native support for UUID. One thing to think about is having UUID is very costly. I have the same issue as you and my approach is to have a public UUID for the entity I need to expose and have bigint as internal PK. It saves a lot of space. In your case the FK must also be UUID and also many entities that won't be exposed will have UUID, again, consuming a lot of db space
anyone understand why this error occurs? https://stackoverflow.com/q/74997298/9165010
all I see is this: Unable to resolve Configuration with the provided Issuer of "http://keycloak:9080/realms/jhipster"
.blueprint
directory. However, we will be building a blueprint that extends JHipster and builds on specific private directions that we will not be able to publish to the marketplace (themes, some ng
archetypes, etc.). This is not really addressed in the documentation, or I'm missing it. Any pro-tips?