Top "Jhipster" questions

JHipster is a development platform to generate, develop and deploy Spring Boot, Angular/React Web applications and Spring microservices.

Asynchronous REST API generating warning

I am working with a Spring boot application. I have a rest controller that returns Callable. @GetMapping("/fb-roles") @Timed public …

spring spring-mvc spring-boot jhipster spring-async
Changing default theme in Jhipster project

Hi I am new to jhipster. I could get the default project working fine and it is very good. What …

twitter-bootstrap jhipster bootswatch
How to update existing table JHipster sample app?

I have created an entity called "event" using command yo jhipster:entity event while creating I forgot add one column …

maven liquibase jhipster
OAuth2 SSO for multiple resource servers with spring boot and jHipster

So, I have an oAuth2 app which is jHipster app (using mongodb). I want to connect 3 resource apps to that …

spring spring-security spring-boot jhipster spring-security-oauth2
feign.RetryableException: Connection refused (Connection refused) executing POST

I am using spring cloud to configure microservices. I used Jhipster to generate the application. I have three applications JHipster-Registry, …

jhipster spring-cloud spring-cloud-netflix jhipster-registry
"No provider for TranslateService" error somehow connected to npm install

With my Angular+Webpack+JHipster+yarn project I get the following error. Then I delete node_modules and run 'npm …

angular npm webpack jhipster yarnpkg
What the configuration of spring-security-oauth2 authorizedGrantTypes means in practice?

For example on the default jhipster UAA configuration we have: clients.inMemory() .withClient("web_app") .scopes("openid") .autoApprove(true) .authorizedGrantTypes("…

spring spring-boot jhipster spring-security-oauth2
angular 5 Expected 0 arguments, but got 1

I have a jhipster project. It is running fine in dev mode. When I try to build in production mode (…

angular jhipster
Using ROLES in jhipster?

I tried to add and change roles in jhipster. First I just tried to change one use case's role to …

spring-security jhipster user-roles
How to call JHipster (Spring) OAuth2 Rest server using Postman Authentication helpers

Postman has Authentication helpers to help with authenticated calls and I'm trying to use the OAuth 2.0 helper to call a …

spring-security spring-security-oauth2 jhipster postman spring-oauth2