JHipster is a development platform to generate, develop and deploy Spring Boot, Angular/React Web applications and Spring microservices.
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-asyncHi I am new to jhipster. I could get the default project working fine and it is very good. What …
twitter-bootstrap jhipster bootswatchI have created an entity called "event" using command yo jhipster:entity event while creating I forgot add one column …
maven liquibase jhipsterSo, 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-oauth2I 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-registryFor 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-oauth2I have a jhipster project. It is running fine in dev mode. When I try to build in production mode (…
angular jhipsterI tried to add and change roles in jhipster. First I just tried to change one use case's role to …
spring-security jhipster user-rolesPostman 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