jhipster Questions

4

Solved

Docker: 27.1.2 Java: 17.0.11 Maven: 3.8.6 Jib: 3.2.1 OS: Ubuntu 22.04.4 I am using a Jhipster Spring application. Until now, my application has been built and running without any problems. But sudd...
Doggone asked 19/10 at 6:27

1

The question How to correctly couple (Docker-)Compose with Podman and enable it through the IntelliJ IDEA UI? Context The general question-idea is how to build a development setup on Windows for a ...

8

I have this annoying error when starting Embedded Tomcat on my jHipster Project. Spent a lot of time trying to resolve it but can't figure out why it's happening. It started happening after updatin...
Ribonuclease asked 18/4, 2015 at 0:2

6

Solved

I have an Angular application as generated by JHipster. By default, it runs on the root / url, and redirects to /#/. Is there a way to override it to something else? edit Sorry, I have to rephr...
Vesical asked 16/4, 2019 at 10:7

5

Solved

I'd been using the Postman in-tab extension to tests calls to call JHipster resource API's and found that it worked great (JHipster setup to use OAuth2). I authenticated using the JHipster login pa...
Hysteric asked 12/12, 2016 at 18:43

3

I have 3 different tables and every table has user-information. (Maybe the same username but different passwords) Also, have 3 different URLs for authorization. Is it possible to use multiple User...
Cord asked 12/10, 2018 at 16:45

4

Solved

I am using Liquibase in my Spring web application. I have a bunch of entities with hundreds of tests for REST APIs in the integration tests for each entity like User, Account, Invoice, License etc....
Sprang asked 24/10, 2016 at 3:21

4

Solved

With my Angular+Webpack+JHipster+yarn project I get the following error. Then I delete node_modules and run 'npm install`, and it goes away. Then I do this and that and it comes back. How come? I'd...
Flin asked 26/6, 2017 at 15:22

8

I generated a JHipster app with Angular and Java, inside of a repository that I had previously made. I then generated some JDL classes with it and the build was successful, but when I tried to comm...
Rhianna asked 13/2, 2019 at 20:23

3

Solved

I've installed jhipster-generator version 5.1.0 using yarn. Today, I need to uninstall this version, in order to downgrade from version 5.1.0 to version 5.0.1. When trying: yarn global remove j...
Apery asked 23/8, 2018 at 14:0

6

Solved

I have a JHipster project in which I have added dependency for Lombok in build.gradle: compile group: 'org.projectlombok', name: 'lombok', version: lombok_version And I have the Lombok plugin st...
Habergeon asked 6/2, 2016 at 1:6

5

Solved

My question relates to "https://mcmap.net/q/334765/-gradle-build-fails-on-lombok-annotated-classes". I am using JHipster and Lombok 1.16.18 with build.gradle: ... apply plugin: 'net.ltgt....
Carib asked 24/11, 2017 at 12:54

4

Solved

I am facing issue while getting value from cache. java.lang.RuntimeException: java.lang.ClassCastException: com.mycom.admin.domain.User cannot be cast to com.mycom.admin.domain.User Cache Confi...
Wieland asked 3/1, 2016 at 15:4

5

Solved

I tried to inject AccountService in the LoginService but it won't ,the accountService is undefined but in the other hand the authServiceProvider is defined . Contrarily it injected perfectly in f...

1

I was going through Keycloak cookies, and specifically on KC_RESTART. While reading on link : Keycloak Authentication flow found that KC_RESTART will be used to re-create authentication flow when b...
Gest asked 13/4, 2020 at 9:54

6

I am creating a project with microservices architecture. And I created two microservices. One of them is for product entity, the other is for bill entity. They have their own endpoints and they ar...
Christenechristening asked 18/4, 2016 at 17:58

6

Solved

I'm trying to upload a 6MB file to my JHipster app server. However, I get the following error. Where can I find the related configuration? io.undertow.server.RequestTooBigException: UT000020: Conn...
Gony asked 26/4, 2018 at 15:12

9

I generated a Spring Boot application with jHipster, added some code from my previous project (non-jhipster project) and tried to run it using IDEA. First I got an error message similar to this, sa...
Atomic asked 6/10, 2017 at 6:38

3

Solved

I already checked with most similar questions and could not find a helpful answer. I am making a WebApplication via JHipster using Maven v3.3.9. Among other things, there is a PDF-generation that...
Curtal asked 16/1, 2017 at 10:18

5

Solved

I generated the application with JHipster with Gradle as the build tool. When I created entity I added filtering support, which generated JPA static metamodel. But IntelliJ doesn't recognize the m...
Ventail asked 14/12, 2017 at 15:38

4

I have created my domain using jhipster-uml JDL script. Now I want to establish a O2M from User to an an existing entity (company). Is there a way to do that via a JDL script? The script would need...
Touter asked 5/3, 2016 at 5:26

2

I have a JHipster spring boot ver 1.3.5 application which connects to Oracle DB using Hikari Connection Pool. I am unable to set the program in v$session which should be possible by adding below in...
Determined asked 13/12, 2016 at 19:55

5

Solved

To check multiple roles has the method level access I have used @PreAuthorize annotation to check the role @PreAuthorize("hasRole(\"" + AuthoritiesConstants.USER + "\",)" ) How to check multiple...
Seleucid asked 29/7, 2019 at 5:30

5

I am working with a Spring boot application. I have a rest controller that returns Callable. @GetMapping("/fb-roles") @Timed public Callable<List<FbRole>> getAllFbRoles() { log.debug(...
Karachi asked 19/9, 2018 at 3:49

3

Solved

Is there any way to authorize a POST http-request to a specific URL using org.springframework.security.config.annotation.web.builders.HttpSecurity ? I'm using HttpSecurity as: @Override protected...
Mainsail asked 6/3, 2015 at 20:24

© 2022 - 2024 — McMap. All rights reserved.