Get Started with JHipster 6

preview_player
Показать описание
This screencast shows you how to get started with JHipster 6 and create a secure blog application.

Рекомендации по теме
Комментарии
Автор

After the modification in 11:10 I noticed that the interface is no longer to sort using the arrows in the header. Debugging i noticed that the reason is that the query filter first by date, then by "pageable". What is the best practice to apply the "byDate" sort just as a default, in case the pageable is empty? I can for sure "hack" the code with an IF, but I want to know if that's considered a best practice. Thanks

AlessandroCarraro
Автор

awesome tutorial...but i have a question how can we add nativescript to existing angular with jhipster project?

swakshsharma
Автор

for JDL Studio, I need to upload an image. I want to have image name as an attribute in the entity. But in the same time I wanna get an upload input in the front end. What I am need to do?

floweer
Автор

Hi, I have a problem around 8:30 where you create a Blog, I get an "internal server error". Do you have an idea of what can be wrong?

thecreepyhalloweenmaster
Автор

Well any 'deep insides' can be explained also. I mean youtube full of 'yet another blog' examples for Jhipster. But real-world app isnt' couple tables with 6 fields. To understand how to handle UI generation and backend.. add new features...good to know how it works inside, and why in this way. I mean how to fetch data in JPA I'm aware but for example how to add admin panel, how to add new feature with UI, cover it with tests? And hey.. it's hipster.. by why old school maven in example? What about microservices?

maksimmuruev
Автор

hahahahaa 00:57 you realy made me laugh so bad !!

ibobaiofficial
Автор

Hi Matt, great video. I was wondering which Mac OS app you're using for the window snapping at 1:30?

dylanvandenbrink
Автор

Matt thanks for the video... at 6:45 when you are in vim and trying to create the blog.jdl I am following along and once I enter in :wa! and press esc nothing happens.... what am I doing wrong that VIM isnt creating the file? I keep getting this error: Could not find blog.jdl, make sure the path is correct.
thanks

jerryyono
Автор

i used same jdl but i get error when I include Blog{user(login)} to User, there when i removed pass through

sangram
Автор

Hallo Matt,
i have a fresh created jhipster using Spring webflux, after deployed to heroku when i try to login i get this error
finishConnect(..) failed: Connection refused: localhost/127.0.0.1:3306
however when runing Heroku local everything work just fine could you please give a hint where should i look
i have being trying for many days now but nothing seams to work

xsniper
Автор

Hi, is there a tutorial on how to create a complete microservice application with registry and gateway? I tried the instructions on the jhipster website, but i couldn't even get this to work.

BoLLo
Автор

I have a new issue, I imported the default jdl from the JHipster website, but after refreshing the project, it still shows a blank drop-down menu

AleksandrPodyachev
Автор

@GetMapping("/entries")
log.debug("REST request to get all Entries");
return
}


Why my gettAllEntries was generated different?

dayanavasquez
Автор

I have some knowledge of Spring and Angular I start to learn. Is JHipster good for me to start to use and to learn through what JHipster generates or JHipster is for advanced users?

Gorky
Автор

can't login with admin / admin or user / user :( I followed the setup here and I also generated an app online on jhipster website and the same thing happens. what am i doing wrong?
I have this : Table "JHI_PERSISTENT_AUDIT_EVENT" not found;

florinatudor
Автор

great video ! thanks a lot.I'm going to use jhipster, so your video is a perfect start for me.regards,

minanster
Автор

Hi, where can I find a customized UI application created using Jhipster? Also any help on how to remove Jhipster after a successful build would be very useful to know.

vishalm
Автор

Great demo! Tell me, what window organization tool are you using? Just curious. I heard keyclicks and then saw windows "slide" into position. :)

DavidOrrissJr
Автор

Great tool i heared about it late :( can i integrate it with my project ? i have a medium complicated project with JHipster i can save a lot of time if i can integrate it.

hanzofuma
Автор

Hi, I have imported jdl file and can see the java files for Blog, Entry and Tag. But do not see in the application as drop down. Any idea what is missing? I am using mongo db.

ankitkumarsingh