forked from jhipster/jhipster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·750 lines (737 loc) · 42.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
---
layout: default
layout_grid: true
home: true
angularjs: true
title: JHipster - Generate your Spring Boot + Angular/React applications!
sitemap:
priority: 1.0
lastmod: 2016-05-25T00:00:00-00:00
---
<div ng-app="jhipster.home" ng-controller="HomeController" class="home-container">
<!-- Header -->
<header id="header" class="home-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="logo-big"><img class="img-responsive" id="hipster" src="images/logo/jhipster_family_member_1.svg" alt=""></div>
<div class="intro-text">
<span class="brand">Greetings, Java Hipster!</span>
<hr class="star-light">
<span class="open-collective-info">
JHipster is now on <a href="https://opencollective.com/generator-jhipster" target="_blank">Open Collective</a>,
if you <i class="fa fa-heart"></i> JHipster consider becoming a
<a href="https://opencollective.com/generator-jhipster#sponsor" target="_blank">sponsor</a> or a
<a href="https://opencollective.com/generator-jhipster#backer" target="_blank">backer</a>
</span>
<div class="row stats">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="https://www.npmjs.com/package/generator-jhipster" target="_blank">
<div class="card dark summary-inline">
<div class="card-body">
<i class="icon fa fa-download fa-3x"></i>
<div class="content" ng-cloak>
<div class="title">{(npmDownloads)}</div>
<div class="sub-title">Downloads in last 30 days</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="https://github.com/jhipster/generator-jhipster" target="_blank">
<div class="card dark summary-inline">
<div class="card-body">
<i class="icon fa fa-github fa-3x"></i>
<div class="content" ng-cloak>
<div class="title">{(gitConfig.stargazers_count)}</div>
<div class="sub-title">Stars</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="https://github.com/jhipster/generator-jhipster/contributors" target="_blank">
<div class="card dark summary-inline">
<div class="card-body">
<i class="icon fa fa-users fa-3x"></i>
<div class="content" ng-cloak>
<div class="title">{(gitContributors)}</div>
<div class="sub-title">Contributors</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Contributing section -->
<section id="sponsors" class="padding-t-50 padding-b-25 home-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">Sponsors & backers</h2>
<hr class="star-primary">
</div>
<div class="col-md-12 text-center">
<p>
If you find JHipster useful for work, please consider asking your company to support this Open Source project by becoming <a href="https://opencollective.com/generator-jhipster#sponsor" target="_blank">a sponsor</a>. You can also individually sponsor the project by becoming <a href="https://opencollective.com/generator-jhipster#backer" target="_blank"> a backer</a>.
</p>
</div>
<div class="col-md-12 text-center">
<p>
<strong>Thank you to our gold sponsors!</strong>
</p>
<div class="row">
<!-- change to below commented line when adding more logos -->
<!-- <div class="col-xs-12 col-sm-6 col-md-4"> -->
<div class="col-md-offset-4 col-sm-12 col-md-4">
<div class="thumbnail no-margin-bottom">
<div class="logo-container">
<a href="https://developer.okta.com/signup?utm_source=JHipster&utm_medium=logo&utm_campaign=Gold-Sponsor" target="_blank"><img src="{{ site.url }}/images/open-collective/okta.png" width="320px" height="108px"></a>
</div>
<div class="caption">
<a href="https://developer.okta.com/blog/2017/10/20/oidc-with-jhipster?utm_source=JHipster&utm_medium=text-link&utm_campaign=Gold-Sponsor" target="_blank">Add SSO to your JHipster apps with Okta</a>
</div>
</div>
</div>
<!--
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="thumbnail no-margin-bottom">
<div class="logo-container">
<a href="https://developer.okta.com/signup?utm_source=JHipster&utm_medium=logo&utm_campaign=Gold-Sponsor" target="_blank"><img src="{{ site.url }}/images/open-collective/okta.png" width="320px" height="108px"></a>
</div>
<div class="caption">
<a href="https://developer.okta.com/blog/2017/10/20/oidc-with-jhipster?utm_source=JHipster&utm_medium=text-link&utm_campaign=Gold-Sponsor" target="_blank">Add SSO to Your JHipster Apps with Okta</a>
</div>
</div>
</div>
-->
</div>
</div>
<!--
<div class="col-md-12 text-center">
<p>
<strong>Thank you to our silver sponsors!</strong>
</p>
<a href="https://opencollective.com/generator-jhipster" target="_blank"><img src="https://opencollective.com/generator-jhipster/tiers/gold-sponsor.svg?avatarHeight=80&width=890"></a>
</div>
-->
<div class="col-md-12 text-center">
<p>
<strong>Thank you to our bronze sponsors!</strong>
</p>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="thumbnail no-margin-bottom">
<div class="logo-container">
<div class="logo-container">
<a href="https://forsyslab.com/" target="_blank" style="padding: 0px"><img src="{{ site.url }}/images/open-collective/forsyslab.png" width="60px" height="60px"></a>
</div>
<div class="caption">
<a href="https://forsyslab.com/" target="_blank">ForsysLab</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail no-margin-bottom">
<div class="logo-container">
<div class="logo-container">
<a href="https://www.cuba-platform.com/" target="_blank" style="padding: 0px"><img src="{{ site.url }}/images/open-collective/cubaplatform.png" width="60px" height="60px"></a>
</div>
<div class="caption">
<a href="https://www.cuba-platform.com/" target="_blank">CUBA Platform</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail no-margin-bottom">
<div class="logo-container">
<div class="logo-container">
<a href="https://www.intesys.it/" target="_blank" style="padding: 0px"><img src="{{ site.url }}/images/open-collective/intesys.png" width="60px" height="16"></a>
</div>
<div class="caption">
<a href="https://www.intesys.it/" target="_blank">Intesys</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail no-margin-bottom">
<div class="logo-container">
<div class="logo-container">
<a href="https://www.codefirst.co.uk/" target="_blank" style="padding: 0px"><img src="{{ site.url }}/images/open-collective/codefirst.png" width="60px" height="16"></a>
</div>
<div class="caption">
<a href="https://www.codefirst.co.uk/" target="_blank">CodeFirst</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 text-center">
<p>
<strong>Thank you to all our backers!</strong>
</p>
<div class="row">
<div class="col-md-offset-2 col-sm-12 col-md-4">
<!-- shown in large screens only -->
<object class="visible-sm visible-md visible-lg" data="https://opencollective.com/generator-jhipster/tiers/backer.svg?avatarHeight=40&width=760" type="image/svg+xml"></object>
<!-- shown in mobile screens only -->
<object class="visible-xs" data="https://opencollective.com/generator-jhipster/tiers/backer.svg?avatarHeight=40&width=330" type="image/svg+xml"></object>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- News section -->
<section id="news" class="padding-t-25 padding-b-25 home-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">JHipster news</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12">
<b>To get the latest JHipster news, please follow us on Twitter:
<a href="https://twitter.com/java_hipster" target="_blank"><i class="fa fa-twitter"></i> @java_hipster</a></b>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div>
<h3>News</h3>
<ul>
<li><b>The JHipster Mini-Book 5.0</b> by Matt Raible is now available! Download it for free from <a href="https://www.infoq.com/minibooks/jhipster-mini-book-5" target="_blank">InfoQ</a> or buy the print version <a href="http://www.lulu.com/shop/matt-raible/the-jhipster-mini-book/paperback/product-23871310.html">from Lulu</a>.</li>
<li><b>Full Stack Development with JHipster</b> by Deepu K Sasidharan and Sendil Kumar is published. Get it on <a href="https://www.packtpub.com/application-development/full-stack-development-jhipster" target="_blank">Packt</a> and <a href="https://www.amazon.com/Stack-Development-JHipster-Deepu-Sasidharan/dp/178847631X" target="_blank">Amazon</a>. Use coupon code <b>JHIPSTER50</b> for 50% discount on e-books and <b>JHIPSTER15</b> for 15% discount on paperbacks when buying from Packt</li>
<li><i class="fa fa-trophy" aria-hidden="true"></i> JHipster won the bronze <a href="https://jaxenter.com/winners-jax-innovation-awards-2017-137993.html" target="_blank">JAX Innovation award</a> for most innovative contribution to the Java ecosystem at JAX London conference 2017.</li>
<li><i class="fa fa-trophy" aria-hidden="true"></i> JHipster won the <a href="https://blogs.oracle.com/java/announcing-2017-dukes-choice-award-nominations" target="_blank">Duke's Choice Award</a> for extreme innovation using Java technology at JavaOne 2017.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section id="about" class="blue padding-t-50 padding-b-25 home-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">What is JHipster?</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<span class="title text-center">
<div class="head-icons">
<a href="http://projects.spring.io/spring-boot/" target="_blank"><img src="images/logo/svg/spring-boot.svg" class="project-icon img-responsive"></a>
<i class="fa fa-4x">+</i>
<a href="https://angular.io/" target="_blank"><img src="images/logo/svg/angular.svg" class="project-icon img-responsive"></a><br class="visible-xs">
<i class="fa fa-4x">/</i>
<a href="https://reactjs.org/" target="_blank"><img src="images/logo/svg/react.svg" class="project-icon img-responsive"></a><br class="visible-xs">
<i class="fa fa-4x">=</i>
<a href="/"><img id="hipster-head" src="images/logo/jhipster_family_member_0_head.svg" class="project-icon img-responsive"></a>
</div>
<p class="lead">
JHipster is a development platform to generate, develop and deploy
<a class="dark" href="http://projects.spring.io/spring-boot/" target="_blank">Spring Boot</a> + <a class="dark" href="https://angular.io/" target="_blank">Angular</a>/<a class="dark" href="https://reactjs.org/" target="_blank">React</a>
Web applications and Spring microservices. <br>
</p>
</span>
</div>
<div class="row">
<div class="col-md-6">
<h3 class="hipster-font heading">Goal</h3>
<p>
Our goal is to generate for you a complete and modern Web app or microservice architecture, unifying:
</p>
<ul>
<li>A high-performance and robust Java stack on the server side with Spring Boot</li>
<li>A sleek, modern, mobile-first front-end with Angular, React and Bootstrap</li>
<li>A robust microservice architecture with the JHipster Registry, Netflix OSS, the ELK stack and Docker</li>
<li>A powerful workflow to build your application with Yeoman, Webpack and Maven/Gradle</li>
</ul>
</div>
<div class="col-md-6">
<h3 class="hipster-font heading">Sample & Sources</h3>
<p>
You can checkout a sample generated Angular application
<a href="https://github.com/jhipster/jhipster-sample-app" target="_blank">here</a>.
</p>
<p>
You can checkout a sample generated React application
<a href="https://github.com/jhipster/jhipster-sample-app-react" target="_blank">here</a>.
</p>
<p>
JHipster is Open Source, and all development is done on
<a href="https://github.com/jhipster/generator-jhipster" target="_blank">GitHub</a>
</p>
<ul>
<li> If you want to code with us, feel free to join!</li>
<li> If you like the project, please give us a star on GitHub</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Learn Section -->
<section id="learn" class="padding-t-50 padding-b-25 home-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading" id="video">Learn JHipster in 16 minutes with Matt Raible</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
<a href="https://twitter.com/mraible"><i>Matt Raible</i></a> has published a new video on using JHipster 5 to develop a Spring Boot 2 + Angular 6 application.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-12 text-center">
<div class="video-container">
<iframe width="640" height="360" src="https://www.youtube.com/embed/-VQ_SVkaXbs" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row padding-t-25">
<div class="col-lg-12 text-center">
<h2 class="heading">Trainings & Books</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12">
<div>
<h3>New online trainings (MOOCs)</h3>
<ul>
<li><a href="https://www.pluralsight.com/courses/play-by-play-developing-microservices-mobile-apps-jhipster" target="_blank">Play by Play: Developing Microservices and Mobile Apps with JHipster</a> by <a href="https://twitter.com/mraible" target="_blank">Matt Raible</a> and <a href="https://twitter.com/mhi_inc">Michael Hoffman</a></li>
<li><a href="https://therealdanvega.teachable.com/p/jhipster/?product_id=456739&coupon_code=JHIPSTER" target="_blank">Angular 4 Java Developers by Dan Vega and John Thompson</a> (by using this link, you will get a big discount over the normal price!)</li>
<li><a href="https://www.pluralsight.com/courses/scaffolding-spring-boot-and-angular-with-jhipster" target="_blank">Scaffolding Spring Boot and Angular Web Apps with JHipster by Michael Hoffman</a></li>
<li>JHipster: Build and Deploy Spring Boot Microservices by Chris Anatalio (<a href="https://linkedin-learning.pxf.io/c/1252615/449670/8005?u=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fjhipster-build-and-deploy-spring-boot-microservices%3Ftrk%3Dinsiders_43129714_learning" target="_blank">LinkedIn Learning</a>, <a href="https://www.lynda.com/course-tutorials/JHipster-Build-Deploy-Microservices/624352-2.html" target="_blank">Lynda.com</a>)</li>
</ul>
<h3>New books</h3>
<ul>
<li><a href="https://www.infoq.com/minibooks/jhipster-mini-book-5" target="_blank">The JHipster Mini-Book 5.0</a> by Matt Raible. This edition includes new sections on progressive web apps (PWA), code quality, and securing user data.</li>
<li><b>Full Stack Development with JHipster</b> by Deepu K Sasidharan and Sendil Kumar. Get it on <a href="https://www.packtpub.com/application-development/full-stack-development-jhipster" target="_blank">Packt</a> and <a href="https://www.amazon.com/Stack-Development-JHipster-Deepu-Sasidharan/dp/178847631X" target="_blank">Amazon</a>.</li>
</ul>
</div>
</div>
</div>
<div class="row padding-t-25">
<div class="col-lg-12 text-center">
<h2 class="heading">JHipster Quick Start</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ol class="text-body">
<li>Install JHipster <code>npm install -g generator-jhipster</code></li>
<li>Create a new directory and go into it <code>mkdir myApp && cd myApp</code></li>
<li>Run JHipster and follow instructions on screen <code>jhipster</code></li>
<li>Model your entities with <a href="https://start.jhipster.tech/jdl-studio/" target="_blank">JDL Studio</a> and download the resulting <code>jhipster-jdl.jh</code> file</li>
<li>Generate your entities with <code>jhipster import-jdl jhipster-jdl.jh</code></li>
</ol>
</div>
<div class="col-lg-12">
<p>
<small>
* Assuming you have already installed
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">Java</a>,
<a href="http://git-scm.com/" target="_blank">Git</a> and
<a href="http://nodejs.org/" target="_blank">Node.js</a>.
</small>
</p>
</div>
</div>
</div>
</section>
<!-- Stack options Section -->
<section id="opts" class="blue padding-t-50 padding-b-25 home-section">
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">Client side options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle">
<img src="images/logo/svg/html-5.svg" />
<span class="title_sub_tech">HTML5</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/css-3.svg" />
<span class="title_sub_tech">CSS3</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/bootstrap.svg" />
<span class="title_sub_tech">Bootstrap</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/typescript.svg" />
<span class="title_sub_tech">TypeScript</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/angular.svg" />
<span class="title_sub_tech">Angular</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/react.svg" />
<span class="title_sub_tech">React</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/redux.svg" />
<span class="title_sub_tech">Redux</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/websocket.png" class="invert"/>
<span class="title_sub_tech">Websockets</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/yarn.svg"/>
<span class="title_sub_tech">Yarn</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/webpack.svg"/>
<span class="title_sub_tech">Webpack</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/sass.svg" class="height" />
<span class="title_sub_tech">Sass</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/browsersync.svg" />
<span class="title_sub_tech">Browsersync</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/jest.svg" />
<span class="title_sub_tech">Jest</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/protractor.png" />
<span class="title_sub_tech">Protractor</span>
</li>
<li class="clear"></li>
</ul>
</div>
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">Server side options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle">
<img src="images/logo/svg/spring-boot.svg" />
<span class="title_sub_tech">Spring Boot</span>
</li>
<li class="clip img-circle">
<img src="images/logo/icons/spring.png"/>
<span class="title_sub_tech">Spring Security</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/netflix.png"/>
<span class="title_sub_tech">Netflix OSS</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/consul.svg"/>
<span class="title_sub_tech">Consul</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/gradle-new.png" class="invert-hover-white"/>
<span class="title_sub_tech">Gradle</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/maven.png" class="invert-hover-white width" />
<span class="title_sub_tech">Maven</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/hibernate.svg" />
<span class="title_sub_tech">Hibernate</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/liquibase.gif" class="width" />
<span class="title_sub_tech">Liquibase</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/mysql.svg" />
<span class="title_sub_tech">MySQL</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/mariadb.svg" />
<span class="title_sub_tech">MariaDB</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/postgresql.svg" class="height" />
<span class="title_sub_tech">PostgreSQL</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/oracle.svg" class="width" />
<span class="title_sub_tech">Oracle</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/mssql.png"/>
<span class="title_sub_tech">MS SQL</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/mongo.png" />
<span class="title_sub_tech">MongoDB</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg//cassandra.svg" class="invert-hover-white" />
<span class="title_sub_tech">Cassandra</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg//couchbase.svg"/>
<span class="title_sub_tech">Couchbase</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/ehcache.png" />
<span class="title_sub_tech">EhCache</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/Hazelcast.png" class="invert-hover-white"/>
<span class="title_sub_tech">Hazelcast</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/infinispan.png" />
<span class="title_sub_tech">Infinispan</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/elasticsearch.svg"/>
<span class="title_sub_tech">ElasticSearch</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/kafka.svg" class="invert-hover-white"/>
<span class="title_sub_tech">Kafka</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/swagger.png"/>
<span class="title_sub_tech">Swagger</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/elk-stack.png" class="invert-hover-white"/>
<span class="title_sub_tech">ELK Stack</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/prometheus.svg"/>
<span class="title_sub_tech">Prometheus</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/thymeleaf.png"/>
<span class="title_sub_tech">Thymeleaf</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/gatling.png"/>
<span class="title_sub_tech">Gatling</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/cucumber.svg"/>
<span class="title_sub_tech">Cucumber</span>
</li>
<li class="clear"></li>
</ul>
</div>
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">Deployment options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle new">
<img src="images/logo/svg/docker.svg"/>
<span class="title_sub_tech">Docker</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/kubernets.svg"/>
<span class="title_sub_tech">Kubernetes</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/heroku.svg"/>
<span class="title_sub_tech">Heroku</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/cf.png" class="invert-hover-white"/>
<span class="title_sub_tech">CloudFoundry</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/aws.svg" class="width"/>
<span class="title_sub_tech">AWS</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/boxfuse.svg"/>
<span class="title_sub_tech">Boxfuse</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/rancher.svg" class="width"/>
<span class="title_sub_tech">Rancher</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/openshift.svg"/>
<span class="title_sub_tech">OpenShift</span>
</li>
<li class="clear"></li>
</ul>
</div>
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">CI/CD options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle new">
<img src="images/logo/svg/jenkins.svg"/>
<span class="title_sub_tech">Jenkins</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/travis.svg"/>
<span class="title_sub_tech">Travis CI</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/gitlab.svg"/>
<span class="title_sub_tech">GitLab CI</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/circleci.svg"/>
<span class="title_sub_tech">CircleCI</span>
</li>
<li class="clear"></li>
</ul>
</div>
</section>
<!-- Who uses Section -->
<section id="companies" class="padding-t-50 padding-b-25 home-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">Who uses JHipster?</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12" ng-controller="UsersCtrl">
<div>
<p>
Lots of great companies use JHipster, all over the world! <a href="{{ site.url }}/companies-using-jhipster/">Find the full list here</a>, and don't forget to add your company once you have started using JHipster <i class="fa fa-smile-o"></i>
</p>
</div>
<div id="carousel-customers" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item container {($index == 0 ? 'active': '')}" ng-if="$index % 6 == 0"
ng-repeat="user in users | filter:{logo:'!!'} | orderBy:'name' as filteredUsers">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index].logo)}" alt="{(filteredUsers[$index].name)}" title="{(filteredUsers[$index].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 1)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 1].logo)}" alt="{(filteredUsers[$index + 1].name)}" title="{(filteredUsers[$index + 1].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 2)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 2].logo)}" alt="{(filteredUsers[$index + 2].name)}" title="{(filteredUsers[$index + 2].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 3)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 3].logo)}" alt="{(filteredUsers[$index + 3].name)}" title="{(filteredUsers[$index + 3].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 4)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 4].logo)}" alt="{(filteredUsers[$index + 4].name)}" title="{(filteredUsers[$index + 4].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 5)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 5].logo)}" alt="{(filteredUsers[$index + 5].name)}" title="{(filteredUsers[$index + 5].name)}">
</div>
</div>
<div align="center" style="margin-top:20px;">
<!-- Controls -->
<a class="left" href="#carousel-customers" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right" href="#carousel-customers" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="modules" class="blue padding-t-50 padding-b-25 home-section" ng-controller="ModuleListCtrl">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">Modules & Blueprints</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<input type="text" ng-model="searchText" class="form-control search-text" placeholder="Search" id="name" required data-validation-required-message="Please enter a module to search">
<p class="help-block text-danger"></p>
</div>
</div>
</div>
</div>
<div class="text-center">
<p>Top trending modules and blueprints</p>
<br>
</div>
<div class="row">
<div ng-cloak ng-repeat="module in modules | filter: searchText | orderBy: '-downloads' | limitTo:16">
<div class="clearfix" ng-if="$index % 4 == 0"></div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<a ng-href="{{ site.url }}/modules/marketplace/#/details/{(module.package.name)}"
title="{(module.package.description)}">
<div class="card dark module summary-inline">
<div class="card-body">
<i class="icon fa fa-cube fa-3x"></i>
<div class="content">
<div class="title fontSmall">{(module.package.name | jhiModuleFilter)}</div>
<div class="sub-title"><span class="fa fa-user"></span> {(module.package.author.name)} | <span class="fa fa-download"></span> {(module.downloads)}</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<script>
// dead simple random select of hipster family member
var random = Math.floor(Math.random() * (3 - 0 + 1)) + 0;
document.getElementById("hipster").src = "images/logo/jhipster_family_member_" + random + ".svg";
document.getElementById("hipster-head").src = "images/logo/jhipster_family_member_" + random + "_head.svg";
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://www.jhipster.tech",
"logo": "https://www.jhipster.tech/images/logo-jhipster.png",
"name" : "JHipster",
"sameAs" : [ "https://twitter.com/java_hipster",
"https://github.com/jhipster/generator-jhipster"]
}
</script>