Questions tagged [jhipster]

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

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

From the homepage:

Our goal is to generate for you a complete and modern Web app or microservice architecture, unifying:

  • A high-performance and robust Java stack on the server side with Spring Boot
  • A sleek, modern, mobile-first front-end with Angular, React and Bootstrap
  • A robust microservice architecture with the JHipster Registry, Netflix OSS, the Elastic Stack and Docker
  • A powerful workflow to build your application with Yeoman, Webpack and Maven/Gradle

To find more information:

JHipster is Open Source, and all development is done on Github

4838 questions
1
vote
1 answer

It is possible to rename defaults java packages without breaking Jhipster generator capabilities?

I'm starting a new project with JHipster-6.0.1 and I would like to know whether is possible to rename defaults java packages without breaking JHipster generator capabilities. For example: from myapp.aop.logging to myapp.infrastructure.logging from…
eHayik
  • 2,981
  • 1
  • 21
  • 33
1
vote
1 answer

When JHipster create the dummy data starting from JDL?

I'm new to JHipster and I'm doing some experiment. I created my fist JHipster App and imported the "default" JDL that can be downloaded from here: JDL Studio (without any modification). After the import, I see my entity filled with some demo data…
gixlg
  • 1,193
  • 1
  • 9
  • 21
1
vote
0 answers

user impersonation using spring security in jhipster generated application

I have deployed the jhipster app as two node setup. When I login node1 and transfer the asset to another node 2 with different use role but I don't know password of the node 2 user. The requirement is that admin / super users are able to login as…
P Rajesh
  • 326
  • 1
  • 2
  • 11
1
vote
1 answer

Spring Data JPA: using object retrieved with `JpaRepository.getOne(id)`

In my Spring Boot application generated with JHipster (v6.0.1) Kotlin blueprint (v0.8.0) I have the following POST request handler @PostMapping("/book") fun createBook(@RequestBody createBookVM: CreateBookVM): ResponseEntity { …
Eerik Sven Puudist
  • 2,098
  • 2
  • 23
  • 42
1
vote
1 answer

In spring security saml, Unable to GET /saml/login

I'm working with spring security SAML, following the example of SAML authentication found here. I'm implementing the contents of the file WebSecurityConfig.java, in my project. I've copied that file in the same package as other called…
dovahkiin
  • 708
  • 14
  • 34
1
vote
1 answer

How to search field that starts with?

Jhipster entity with filtering produce api with for example: http://localhost:8080/api/general-addresses?postalCode.contains=41 which execute sql: ............. postalCode LIKE…
greenfly
  • 63
  • 1
  • 6
1
vote
0 answers

VueJS token cleared by vue-router beforeEach

I have a VueJS app with Vuetify framework, which connects to a Jhipster Java backend. I used Vuex to store the user authentication token with the help of this tutorial, storing the token on localStorage. My problem is that whenever i duplicate the…
Tarounen
  • 1,119
  • 3
  • 14
  • 25
1
vote
1 answer

jHipster: Different versions on the 8080 and 9000 ports

I executed "npm start" and "./mvnw" from my jHipster project folder on the different consoles. Why contents on the http://localhost:9000 and http://localhost:8080 are different? http://localhost:8080 shows more old version of content.
harp1814
  • 1,494
  • 3
  • 13
  • 31
1
vote
1 answer

SSLHandshakeException Jhipster Okla &LetsEncrypt

Today i've tried to configure a new Jhipster application with Oauth connection through Okta. When i put my issuer-uri to localhost, everything works fine but when I try to make it with my domain it won't work anymore ...…
Antoine Grenard
  • 1,712
  • 3
  • 21
  • 41
1
vote
0 answers

Plugin [id: 'com.google.cloud.tools.jib', version: '0.9.11'] was not found

I've created a Springboot+Angular project using JHipster Online and when I'm trying to import this application to eclipse as a gradle project I see below error, which is blocking me to move forward on setting up and running this app. Any advice on…
Gopi
  • 620
  • 8
  • 16
1
vote
1 answer

Jhipster Elastic-search data migration

We are using jhipster generator for our new project. to store data it we select Postgres as well as elasticsearch, all search operation will perform using elasticsearch. when we start the application, It use liquibase to upload csv files and dump…
Himeshgiri gosvami
  • 2,559
  • 4
  • 16
  • 28
1
vote
1 answer

Using hibernate sequence as general sequence in application

I can see that all applications created by [jhipster], are using hibernate_sequence as the general sequence for all entities. Normally I create a sequence for each entity. So, in my [jhipster] application I have to modify the entity file to…
Yousef
  • 36
  • 5
1
vote
1 answer

Removing jhi-page-ribbon breaks accountService injection on loginService

I am trying jhipster 6 with a demo app using the defaults. Just tried to remove the element from 'src/main/webapp/app/layouts/main/main.component.html'. This removes the page-ribbon from the UI, but the navigation…
onsjkm
  • 31
  • 2
1
vote
1 answer

Jhipster fails with: "[HPM] Error occurred while trying to proxy request /management/info from localhost:9000 to http://localhost:8080 (ECONNREFUSED)"

I am trying to create a simple project skeleton using jhipster. # Ubuntu 18.04 node -v # v10.15.1 npm -v # 6.4.1 jhipster --version # 6.0.0 jhipster # (I only press enter, so that the defaults are selected) npm start Now I access the application on…
Marinos An
  • 9,481
  • 6
  • 63
  • 96
1
vote
0 answers

How to set the REST api address in Angular according to build?

I have an Angular front-end project generated by JHipster(5.8.2) and would like to adjust the settings so that when the build was 'prod' the REST API address would be a value and when the build was 'dev' the address would be another, however I could…
user2831852
  • 535
  • 2
  • 7
  • 22
1 2 3
99
100