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
174
votes
13 answers

Error: ENOENT: no such file or directory, scandir

I scaffold an app using jhipster which is microservice gateway using cassandra db and using maven to build which was building fine after scaffold.i ran gulp command to for the live reload of ui. i made a change slighlty in navbar and home page of…
Dhiresh Budhiraja
  • 2,575
  • 5
  • 17
  • 26
150
votes
20 answers

How to set the max size of upload file

I'm developing application based on Spring Boot and AngularJS using JHipster. My question is how to set max size of uploading files? If I'm trying to upload to big file I'm getting this information in console: DEBUG 11768 --- [io-8080-exec-10]…
Michał Styś
  • 1,743
  • 3
  • 12
  • 16
54
votes
7 answers

I am trying to set maxFileSize but it is not honored

I am developing an application utilizing JHipster. I have added the following to my application-dev.yml file: spring: profiles: active: dev multipart: maxFileSize: -1 But I am still getting an error when I try to try to…
Jose Gulisano
  • 1,281
  • 3
  • 11
  • 12
52
votes
3 answers

Spring Security - Authorize Request for certain URL & HTTP-Method using HttpSecurity

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 void configure(HttpSecurity http) throws…
Ignasi
  • 5,887
  • 7
  • 45
  • 81
51
votes
7 answers

How to modify existing entity generated with jhipster?

I use jhipster generator to create a projet. I've generated some entity manually following the information provided in jhipster documentation : If you prefer (or need) to do a database update manually, here is the development workflow: Modify your…
Pracede
  • 4,226
  • 16
  • 65
  • 110
50
votes
6 answers

Communication between two microservices

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 are connected together with the gateway (i am using…
SerhatTR
  • 531
  • 1
  • 8
  • 13
49
votes
5 answers

Gradle build fails on Lombok annotated classes

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 stalled for IntelliJ. I've turned on annotation…
Jose Gulisano
  • 1,281
  • 3
  • 11
  • 12
37
votes
5 answers

Angular 7 : Injected service is undefined

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 footerComponent. So why the AccountService is injected…
36
votes
7 answers

Unable to register MBean [HikariDataSource (HikariPool-0)] with key 'dataSource'

I am getting below error in prod mode for (Java8+Oauth2+MySql+Hazelcast+no clustered http sessions) combination. Dev mode has worked fine. Unable to register MBean [HikariDataSource (HikariPool-0)] with key 'dataSou rce'; nested exception is…
Sudheer
  • 479
  • 1
  • 4
  • 9
35
votes
3 answers

How to add self signed SSL certificate to jHipster sample app?

I have create sample jHipster app. Now I want to add self signed SSL certificate and test in local to have a access to https. How to achieve this?
Raj
  • 739
  • 1
  • 10
  • 23
34
votes
1 answer

How to deploy microservices on Heroku

I have read a lot about microservices, and would like to build my app with that approach. What I know so far is that I nead some services like: load balancer - to deal with every request, and push it forward to another services authorization…
Maciej Treder
  • 11,866
  • 5
  • 51
  • 74
29
votes
3 answers

why I have HTTP 403 from repo spring?

I have a jhipster project which deploy on heroku with gitlab since several months Since yesterday, I can not deploy new version because I have this error FAILURE: Build failed with an exception. 32 * What went wrong: 33 A problem occurred…
user1450740
  • 731
  • 10
  • 26
29
votes
8 answers

How to delete an entity after creating it using jhipster?

I have created 3 entities (Author, Book, Library) using "yo jhipster:entity" command but in one entity (Library) I had a ManyToMany relationship (to Book) but that caused "mappedBy reference an unknown target entity property:…
vijay bhatt
  • 299
  • 1
  • 3
  • 3
26
votes
5 answers

jhipster- how to add a new role

I am trying to add a new role (ROLE_REPORTS) on a project generated using JHipster. I can see the tables that need to be updated (role, authority and role_authority mapping), but I am not sure how to go about the Java part of it. There a few bits…
user1880957
  • 1,146
  • 3
  • 15
  • 29
25
votes
2 answers

Customizing JHipster

Is it be possible to customize/extend JHipster for an organization ? By that, I mean having a local version that creates some projects with features that are specific to an organization ? For example, using a custom authentication scheme (that still…
ccc
  • 2,129
  • 4
  • 24
  • 31
1
2 3
99 100