-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (527 loc) · 21.9 KB
/
index.html
File metadata and controls
530 lines (527 loc) · 21.9 KB
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
<!DOCTYPE html>
<html data-homepage data-platform-downloads data-goto-top data-mobile-support data-search>
<head>
<meta charset="utf-8"/>
<title>Spring技术社区</title>
<meta id="Viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="description" content="Spring Dev Site"/>
<meta name="author" content="rainboyan.com"/>
<meta name="keywords" content="Spring,Spring Boot,Spring Security,Spring Dev"/>
<meta property="og:title" content="SpringDev.io" /><meta property="og:image" content="/img/springdev-logo-large.png" /><meta property="og:description" content="Let's build a better Enterprise. Spring helps development teams everywhere
build simple, portable, fast and flexible JVM-based systems and applications." />
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.png"/>
<link href='https://fonts.googleapis.com/css?family=Varela+Round|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/blog.css" />
<link rel="stylesheet" type="text/css" href="/css/custom.css" />
<script src="/jspm_packages/system.js"></script>
<script>
System.config({baseURL: "/"});
</script>
<script src="/config.js"></script>
<script>
System.import('app/main.js')
</script>
</head><body>
<div class="viewport">
<header class="navbar header--navbar desktop-only">
<div class="navbar-inner">
<div class="container-fluid">
<div class="spring-logo--container">
<a class="spring-logo" href="/"><span></span></a>
</div>
<ul class="nav pull-right">
<li class="navbar-link">
<a href="/projects/" >项目</a>
</li>
<li class="navbar-link">
<a href="/guides/" >指南</a>
</li>
<li class="navbar-link">
<a href="/blog/" >博客</a>
</li>
<li class="navbar-link nav-search js-nav-search">
<a>
<i class="icon-search navbar-search--icon js-search-input-open"></i>
<span class="search-input-close js-search-input-close">
<i class="icon-remove"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="search-dropdown--container js-search-dropdown">
<div class="container-fluid">
<div class="search-form--container">
<form class="form-inline form-search" action="search" method="get">
<input type="text" class="search-query search-form--form js-search-input" placeholder="Search for documentation, guides, and posts..." name="q" value="" />
<button type="submit" class="search-form--submit"><i class="icon-search"></i></button>
</form>
</div>
</div>
</div>
</header>
<div>
<div class="mobile-navigation--wrapper mobile-only">
<div class="navigation-drawer--container">
<div class="mobile-search--container">
<form class="form-inline form-search" action="search" method="get">
<button type="submit" class="search-form--submit"><i class="icon-search"></i></button>
<input type="text" class="search-query search-form--form js-search-input" placeholder="Search..." name="q" value="" />
</form>
</div>
<div class="navigation-item-list">
<div class="navbar-link">
<a href="/">
首页
<i class="icon-chevron-right pull-right"></i>
</a>
</div>
<div class="navbar-link">
<a href="/projects/">
项目
<i class="icon-chevron-right pull-right"></i>
</a>
</div>
<div class="navbar-link">
<a href="/guides/">
指南
<i class="icon-chevron-right pull-right"></i>
</a>
</div>
<div class="navbar-link">
<a href="/blog/">
博客
<i class="icon-chevron-right pull-right"></i>
</a>
</div>
</div>
</div>
<div class="mobile-nav">
<div class="nav-icon js-open-nav-drawer">
<i class="icon-reorder"></i>
</div>
<div class="header-center-icon">
<a href="">
<div class="icon icon-spring-logo-mobile"></div>
</a>
</div>
</div>
</div>
</div>
<div class="container-fluid"></div>
<div></div>
<div><div class="homepage--body">
<section class="homepage--banner center">
<section class="spring-framework-5--banner active">
<div class="homepage--banner-text container-fluid vcenter">
<h2>Spring Framework 5.0<br>选择合适的技术栈,以做正确的工作。</h2>
<p>端到端的支持基于响应式亦或是Servlet的JVM应用。<a href="https://content.pivotal.io/spring/oct-4-getting-reactive-with-spring-framework-5-0-s-ga-release-webinar" target="_blank">了解更多</a></p>
</div>
</section>
<section class="springone-platform--banner">
<div class="homepage--banner-text container-fluid vcenter">
<img src="https://springdev.io/img/homepage/logo-s1p-horiz-01b7a8.svg">
<h2>> Enter curious. Exit smarter.</h2>
<p>September 24-27 / Washington D.C. <a href="https://springoneplatform.io/?utm_source=springio&utm_medium=banner-link&utm_campaign=springone-platform-2018" target="_blank">Learn More</a></p>
<p class="small">Can't make it to D.C.? Check out <a href="https://springonetour.io/?utm_source=springio&utm_medium=banner-link&utm_campaign=springonetour-2018" target="_blank">SpringOne Tour</a></p>
</div>
</section>
<section class="automate-ops--banner">
<div class="homepage--banner-text container-fluid vcenter">
<h2>Automate Ops for Spring<br> Cloud on Cloud Foundry</h2>
<p>Build Spring microservices with Cloud Foundry's new container <br> networking stack. <a href="https://content.pivotal.io/blog/building-spring-microservices-with-cloud-foundrys-new-container-networking-stack" target="_blank">Learn More</a></p>
</div>
</section>
<section class="pws--banner">
<div class="homepage--banner-text container-fluid vcenter">
<h2>Pivotal Web Services</h2>
<p>Zero friction Spring Boot deployment to the cloud. <a href="https://run.pivotal.io/spring" target="_blank">Learn More</a></p>
</div>
</section>
<section class="dalston--banner">
<div class="homepage--banner-text container-fluid vcenter">
<h2>Spring Cloud Edgware Released</h2>
<p>Spring Cloud Edgware debuts a JDBC-backed config server, Contract, Sleuth <br> and Vault improvements. <a href="/blog/2017/11/27/spring-cloud-edgware-release-available">Learn More</a></p>
</div>
</section>
<div class="slide--dots center">
<div class="dot active"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
<!--end slide-dots-->
</section>
<!--end homepage-banner-->
<section class="homepage--section modern-java-section center">
<div class="container-fluid">
<h2>Spring:现代Java的起源</h2>
<div id="fader-diagram-your-app">
<div id="your-app" class="sidebyside">
<img src="https://springdev.io/img/homepage/icon-your-app.svg">
</div>
<!--end your-app-->
<div id="fader-diagram" class="sidebyside">
<div id="fader-diagram-modern-java-gray"></div>
<div id="fader-diagram-modern-java-color">
<div></div>
</div>
<div id="fader">
<div id="box">
<div id="inner">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<!--end inner-->
</div>
<!--end box-->
</div>
<!--end fader-->
</div>
<!--end fader-diagram-->
</div>
<!--end fader-diagram-your-app-->
<div class="benefits">
<div class="benefit thirtywide sidebyside">
<div class="inner">
<h3>Spring Boot</h3>
<h4 class="uppercase">构建一切</h4>
<p>Spring Boot is designed to get you up and running as quickly as possible, with minimal upfront configuration of Spring. Spring Boot takes an opinionated view of building production ready applications. </p>
</div>
</div>
<!--end benefit-->
<div class="benefit thirtywide sidebyside">
<div class="inner">
<h3>Spring Cloud</h3>
<h4 class="uppercase">调和一切</h4>
<p>Built directly on Spring Boot's innovative approach to enterprise Java, Spring Cloud simplifies distributed, microservice-style architecture by implementing proven patterns to bring resilience, reliability, and coordination to your microservices. </p>
</div>
</div>
<!--end benefit-->
<div class="benefit thirtywide sidebyside">
<div class="inner">
<h3>Spring Cloud Data Flow</h3>
<h4 class="uppercase">连接一切</h4>
<p>Connect the Enterprise to the Internet of Anything-mobile devices, sensors, wearables, automobiles, and more. Spring Cloud Data Flow provides a unified service for creating composable data microservices that address streaming and ETL-based data processing patterns. </p>
</div>
</div>
<!--end benefit-->
</div>
<!--end benefits-->
</div>
<!--end container-fluid-->
</section>
<!--end modern-java-section-->
<section class="homepage--section spring-framework-section bg-white">
<div class="container-fluid">
<div class="icon-title center">
<img id="spring-framework-icon" class="sidebyside" src="https://springdev.io/img/homepage/icon-spring-framework.svg">
<h2 class="sidebyside">Spring Framework 5</h2>
</div>
<!--end icon-title-->
<div id="diagram-boot-reactor-container">
<img id="diagram-boot-reactor" class="sidebyside" src="https://springdev.io/img/homepage/diagram-boot-reactor.svg">
<div class="sidebyside text diagram-text">
<h4 class="uppercase">正确的技术选型</h4>
<p>Developers are constantly challenged with choosing the most effective runtime, programming model and architecture for their application's requirements and team's skill-set. For example, some <a href="/blog/2016/06/07/notes-on-reactive-programming-part-i-the-reactive-landscape#reactive-use-cases">use cases</a> are best handled by a technology stack based on synchronous blocking I/O architecture while others would be better served by an asynchronous, and non-blocking stack built on the reactive design principles described in the <a href="http://www.reactive-streams.org/">Reactive Streams Specification</a>.</p>
<p>Reactive Spring represents a platform wide initiative to deliver reactive support at every level of the development stack—web, security, data, messaging, etc. Spring Framework 5 delivers on this vision by providing a new reactive web stack called, Spring WebFlux, which is offered side-by-side with the traditional Spring MVC web stack. The choice is yours!</p>
<p> <a href="https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#spring-webflux"><i class="icon-file-text"></i> WebFlux Reference Documentation</a> </p>
<!--
<p>
<a href='https://spring.io/guides/gs/reactive-rest-service'><i class='icon-file-text'></i> Getting Started Guide</a>
</p>
-->
</div>
<!--end diagram-text-->
</div>
<!--end diagram-boot-reactor-container-->
<br>
<br>
<br>
<hr>
</div>
<!--end container-fluid-->
</section>
<!--end spring-framework-section-->
<section class="homepage--section spring-boot-section bg-white">
<div class="container-fluid">
<div class="icon-title center">
<img id="spring-boot-icon" class="sidebyside" src="https://springdev.io/img/homepage/icon-spring-boot.svg">
<h2 class="sidebyside">Spring Boot</h2>
</div>
<!--end icon-title-->
<div class="display-flex">
<div id="build-anything-container">
<div class="inner">
<h4 class="uppercase">创建任何您想要的一切</h4>
<p>Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed to get you up and running as quickly as possible, with minimal upfront configuration of Spring. </p>
<table>
<tbody>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Get started in seconds using Spring Initializr</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Build anything - REST API, WebSocket, Web, Streaming, Tasks, and more</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Simplified Security</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Rich support for SQL and NoSQL</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Embedded runtime support - Tomcat, Jetty, and Undertow</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Developer productivity tools such as live reload and auto restart</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Curated dependencies that just work</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Production-ready features such as tracing, metrics and health status</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Works in your favorite IDE - Spring Tool Suite, IntelliJ IDEA and NetBeans</td>
</tr>
</tbody>
</table>
<br>
<hr>
<br>
<p> <a href="https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/"><i class="icon-file-text"></i> Spring Boot Reference Manual</a> </p>
<p> <a href="https://spring.io/guides/gs/spring-boot/"><i class="icon-file-text"></i> Getting Started Guide</a> </p>
</div>
<!--end inner-->
</div>
<!--end build-anything-container-->
<div id="video-with-overlay-container">
<div id="video-with-overlay">
<img src="https://springdev.io/img/homepage/ytvid-overlay-tour-300.png">
<iframe width="534" height="300" frameborder="0" vspace="0" hspace="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" scrolling="auto" src="https://www.youtube.com/embed/8RPdOmKtur0"></iframe>
</div>
<!--end video-with-overlay-->
</div>
<!--end video-with-overlay-container-->
</div>
<!--end display-flex-->
<br>
<br>
<hr>
</div>
<!--end container-fluid-->
</section>
<!--end spring-boot-section-->
<section class="homepage--section spring-cloud-section bg-white">
<div class="container-fluid">
<div class="icon-title center">
<img id="spring-cloud-icon" class="sidebyside" src="https://springdev.io/img/homepage/icon-spring-cloud.svg">
<h2 class="sidebyside">Spring Cloud</h2>
</div>
<!--end icon-title-->
<div class="intro center">
<h4 class="uppercase">调和一切:让分布式系统更简单</h4>
<p>Building distributed systems doesn't need to be complex and error-prone. Spring Cloud offers a simple and accessible programming model to the most common distributed system patterns, helping developers build resilient, reliable, and coordinated applications. Spring Cloud is built on top of Spring Boot, making it easy for developers to get started and become productive quickly.</p>
</div>
<!--end intro-->
<br>
<br>
<div id="diagram-distributed-systems" class="center">
<img src="https://springdev.io/img/homepage/diagram-distributed-systems.svg">
</div>
<!--end diagram-distributed-systems-->
<br>
<br>
<br>
<div id="columns-container">
<div class="columns">
<div class="column">
<div class="inner">
<p><strong>Service Discovery</strong><br>A dynamic directory that enables client side load balancing and smart routing </p>
<p><strong>Circuit Breaker</strong><br>Microservice fault tolerance with a monitoring dashboard </p>
<p><strong>Configuration Server</strong><br>Dynamic, centralized configuration management for your decentralized applications </p>
<p><strong>API Gateway</strong><br>Single entry point for API consumers (browsers, devices, other APIs) </p>
</div>
<!--end inner-->
</div>
<!--end column-->
<div class="column">
<div class="inner">
<p><strong>Distributed Tracing</strong><br>Automated application instrumentation and operational visibility for distributed systems </p>
<p><strong>OAuth2</strong><br>Support for single sign on, token relay and token exchange </p>
<p><strong>Consumer-Driven Contracts</strong><br>Service evolution patterns to support both HTTP based and message based APIs </p>
<p><a href="http://cloud.spring.io/">View All</a></p>
</div>
<!--end inner-->
</div>
<!--end column-->
<div class="column">
<hr>
<p> <a href="http://cloud.spring.io/spring-cloud-static/current/"><i class="icon-file-text"></i> Spring Cloud Reference Manual</a> </p>
<p> Getting Started Guides <br> <a href="/guides/gs/centralized-configuration/"><i class="icon-file-text"></i> Config</a><br> <a href="/guides/gs/service-registration-and-discovery/"><i class="icon-file-text"></i> Registry</a><br><a href="/guides/gs/circuit-breaker/"><i class="icon-file-text"></i> Breakers</a><br> <a href="/guides/gs/client-side-load-balancing/"><i class="icon-file-text"></i> Load Balancing</a><br> <a href="/guides/gs/routing-and-filtering/"><i class="icon-file-text"></i> Routing</a> </p>
</div>
<!--end column-->
</div>
<!--end columns-->
</div>
<!--end columns-container-->
<br>
<br>
<hr>
</div>
<!--end container-fluid-->
</section>
<!--end spring-cloud-section-->
<section class="homepage--section spring-cloud-data-flow-section bg-white">
<div class="container-fluid">
<div class="icon-title center">
<img id="spring-cloud-data-flow-icon" class="sidebyside" src="https://springdev.io/img/homepage/icon-spring-cloud-data-flow.svg">
<h2 class="sidebyside">Spring Cloud Data Flow</h2>
</div>
<!--end icon-title-->
</div>
<!--end container-fluid-->
<div class="monitor-container">
<div class="container-fluid">
<div class="sidebyside fiftywide">
<div class="inner">
<h4 class="uppercase">连接一切</h4>
<p>Spring Cloud Data Flow makes it easy to build and orchestrate cloud-native data pipelines for use cases such as data ingest, real-time analytics, and data import/export. Spring Cloud Data Flow makes it simple to connect systems by providing out of the box connectors for the most common integration scenarios. </p>
<table>
<tbody>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Supports processing data in real-time streams and batch</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Ingest, transform, analyze & store data </td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Connectors for FTP, RDBMS, Cassandra, RabbitMQ, GemFire, Redis, and much more</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Supports modern messaging middleware - Kafka and RabbitMQ</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Spring Flo visual designer for pipelines</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Operational dashboard - metrics, health checks, and remote management</td>
</tr>
<tr>
<td>
<div class="dash">
-
</div></td>
<td>Supported platforms: Cloud Foundry, Kubernetes, Apache YARN, Apache Mesos</td>
</tr>
</tbody>
</table>
<br>
<hr>
<br>
<p> <a href="https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#getting-started"><i class="icon-file-text"></i> Spring Cloud Data Flow Reference Manual</a> </p>
</div>
<!--end inner-->
</div>
<!--end sidebyside-->
</div>
<!--end container-fluid-->
</div>
<!--end monitor-container-->
<br>
<br>
</section>
<!--end spring-cloud-data-flow-section-->
</div>
<!--end homepage-body--></div>
<footer class="footer">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="navbar">
<div class="container">
<ul class="nav">
<li><a href="team.html">Team</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="tools.html">Tools</a></li>
</ul>
</div>
</div>
© <span>2018</span> <a href="http://springdev.io/">SpringDev.IO</a>. All Rights Reserved.
<a href="terms-of-use.html">Terms of Use</a>,
<a href="privacy-policy.html">Privacy</a>,
<a href="trademarks.html">Trademark Guidelines</a> and
<span id="teconsent"></span>
</div>
</div>
</div>
</footer>
<div id="scrim"></div>
</div>
</body>
</html>