Questions tagged [jhipster]

JHipster stands as an innovative development platform, giving rise to the creation, advancement, and implementation of Spring Boot, Angular/React/Vue Web applications, alongside Spring microservices.

Tips for using multiple Angular directive modules in PprodWant to enhance your Pprod experience by

Currently, I am working on jhipster Release 0.7.0 and our jhipster app has multiple types of directive modules – one for the index page and another for common directives. However, when we run the app on Prod profile, an exception occurs: [31mPhantomJ ...

Ways to update index.html in Angular 8.3+ based on the current environment settings

I am currently developing an application using jhipster, Spring Boot, and Angular. One challenge I am facing is setting up different public keys based on whether the app is running in a development or production environment. I have spent a considerable a ...

Having trouble reaching the link using my controller in a jhipster application

I've been working on a project with jhipster and recently created a test controller to check if everything is functioning properly. Take a look at my test controller code: @RestController @Configuration public class TestController { private static fi ...

Error message indicating that the REST service response encountered an issue with java.io.IOException: UT010029 where the stream was

Having trouble with JSON conversion in a Spring Boot application? @Lob @Column(name = "attachment") private byte[] attachment; Are you encountering an exception like the following while working with REST services? If so, you may be facing issues with ...

When utilizing the JHipster DevBox, npm does not generate a symbolic link for the webdriver-manager

At my workplace, I am attempting to integrate JHipster with the DevBox using a proxy. Despite configuring everything correctly, I am encountering issues in utilizing JHipster effectively. My goal is to create a microservice gateway with Protractor, but wh ...

Internationalization of deferred-loaded modules within the JHipster application

I created My App using JHipster, which utilizes the JhiLanguageService in the ng-jhipster library. This service relies on the JhiConfigService to configure ngx-translate without requiring manual imports and configuration of the TranslateModule in my app.mo ...

Accessing a Jhipster login and authentication mechanism through a mobile application

Are you wondering how to acquire a session cookie and the CSRF token from jhipster, and then effectively utilize them in your mobile app API calls using HTTP session authentication? In your JHipster configuration, you can find a .yo-rc.json file that is g ...

How can JHipster components be effectively shared with other projects for optimal usage?

Exploring JHipster, the Spring Boot + AngularJS application generator based on Yeoman has been an interesting and fun experience. Setting up a vanilla webapp was relatively easy. Now, the goal is to separate entities, repositories, and services from the o ...

Rearranging lists in JHipster: What is the best way to do it?

Seeking advice and guidance on implementing a drag-and-drop reorderable list in JHipster 6.7.1. To illustrate, picture creating a custom ordered list of objects where users can add, remove, and rearrange items. For instance, wanting to move [Epsilon] betw ...

What is the best approach for incorporating a customized set of valid keywords into a text input field in JHipster while maintaining a sophisticated design?

My code snippet is not displaying the input even though all the necessary elements are in place: home.component.ts <p class="lead">Input: </p> <div><jhi-calculator-input></jhi-calculator-input></div> calculator.compon ...

Update the form field with today's date in a JHipster application

In our current project in JHipster, we are facing a challenge with setting the default value of a form field as the current date. JHipster offers a moment format for dates, which is essentially an ngbdatepicker. However, when attempting to change the inpu ...

A guide on transitioning your project from bower to npm

Currently, I am involved in a jhipster project that utilizes both bower and npm. We have decided to phase out the use of bower and transition to npm packages. Is there a way for me to migrate from bower to npm using npm exclusively, without resorting to ...

Adding an external JavaScript library to a gateway project: A step-by-step guide

I've been attempting to integrate the Simpl5 JavaScript library into my gateway, but I have encountered some issues. I placed SIPml-api.js and SIPml.js in the webapp/content/scripts directory. In .angular-cli.json, I updated the scripts array as follo ...

A guide on incorporating Angular Material into a monolithic application in JHipster version 7.6.0

Hello everyone, I have an application built with jHipster 7.6.0 and I am trying to integrate Angular Material into it. When I run the command ng add @angular/material, I encounter this error: https://i.stack.imgur.com/J3ErS.png The issue I am facing wit ...

Angular's UI router is directing users to the incorrect URL

Just starting out with Angular 1 and tasked with adding a new feature to an existing webapp. The webapp utilizes jhipster for backend and frontend generation (Angular 1 and uirouter). I attempted to create my own route and state by borrowing from existing ...

converting HTML values to TypeScript

I'm a beginner with Angular and could use some assistance. Currently, I have two components - one for the index and another for navigation. Within the index component, there are subcomponents that change based on the value of a variable called produ ...

Sending documents to the folder within Jhipster

I'm currently working on developing a file uploader for both the back and front end components of an application created with jhipster 4.0.0 and AngularJS. I've noticed that jhipster allows for creating blob type columns using the entities builde ...

The error message "TranslateService not found" seems to be linked to the npm installation process

Encountering an issue with my Angular+Webpack+JHipster+yarn project where a particular error keeps reappearing despite deleting `node_modules` and running 'npm install`. The error seems to be related to the TranslateService provided by a library, not ...

Jhipster command was not found and is not recognized as an internal or external command, executable program, or batch file

I recently attempted to install JHipster by following the instructions provided at and using the JHipster Quick Start guide. However, when trying to run it on my Windows 10 system, I encountered an error stating "jhipster is not recognized as an internal ...

JHipster's selection of radio button options

Within a jhipster project, I have an Enumeration field containing values "A, B, C, D, E". The conventional approach in Jhipster utilizes a Select/Options setup: <div class="form-group"> <label class="form-control-label" jhiT ...

JHipster's Advanced Master-Detail User Interface

Can a master-detail form be created in JHipster? I have successfully generated two entities: Order Item (with many-to-one relationship to Order) Now, I am looking for a way to include CRUD operations for Items within the Order form. Any suggestions or ...

EventManager gathering of various subscriptions

Is it possible for JhiEventManager to handle multiple subscriptions, or do I need a separate subscription for each event? Will the destroy() method of JhiEventManager handle multiple subscriptions as well? export class SomeComponent implements OnInit, OnDe ...

When using UI-Bootstrap, the modal window does not close when the browser's back button

Recently, I have been working on a project that involves displaying popups. I came across an issue where closing the popup using $uibModalInstance.dismiss('cancel') works perfectly fine on all pages except when trying to close it using the browse ...

Do not generate authentication code in JHipster using the --skip-server flag

Is there a reason why the authentication part is lost when generating a project with '--skip-server'? yo jhipster --skip-server It seems that upon generating the project without the server, the authentication gets affected (on AJS/A2). Is this correct? ...

Implement new functionalities within JDL Jhipster for an Angular project

For instance, I am interested in incorporating functions such as onChange, focusout, onBlur, onClick while passing an extra parameter in jdl like this: <input type="text" class="form-control" name="firstName" (onChange)= ...

The silent refresh functionality is currently not functioning as expected in Angular's OAuth OIDC implementation

In my Angular SPA, I am attempting to silently refresh the access token. The authentication with ADFS has been successfully completed and everything is functioning properly. Below is the configuration that I have implemented: oauthService.configure({ ...

Navigating through documents in Jhipster (Angular + Springboot)

After successfully developing a controller and service in the backend using Spring, I have managed to implement file upload functionality on the server. To determine the upload location, I utilized System.getProperty("user.dir") to retrieve the current pr ...

Unable to generate production package

NPM version (npm --v): 5.4.2 Gulp version (gulp -v): [email protected], [email protected] JHipster version: 4.6.1 Node version: 6.11.3 I am facing difficulties in generating a production package for my application. The process of running ...

Facing a problem with running npm start on jHipster

I am currently working on a jhipster project on my MacBook Pro running macOS Mojave v.10.14.4. After successfully compiling with npm start, the code continues to compile multiple times without any changes. Eventually, it throws the following error: DONE ...

Managing elements within another element in Angular

I am currently exploring the use of Component Based Architecture (CBA) within Angular. Here is the situation I am dealing with: I have implemented three components each with unique selectors. Now, in a 4th component, I am attempting to import these compon ...