Greg Turnquist 13 лет назад
Родитель
Сommit
9630f56b46
2 измененных файлов: 30 добавлений и 0 удалений
  1. 15
    0
      README.ftl.md
  2. 15
    0
      README.md

+ 15
- 0
README.ftl.md Просмотреть файл

250
 
250
 
251
 For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, feel free to dig into the [Spring Boot][spring-boot] project.
251
 For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, feel free to dig into the [Spring Boot][spring-boot] project.
252
 
252
 
253
+Spring Boot's starters
254
+----------------------
255
+You have seen some of Spring Boot's **starters**. Here is a complete list:
256
+- spring-boot-starter-actuator
257
+- spring-boot-starter-batch
258
+- spring-boot-starter-data-jpa
259
+- spring-boot-starter-integration
260
+- spring-boot-starter-jetty
261
+- spring-boot-starter-logging
262
+- spring-boot-starter-parent
263
+- spring-boot-starter-security
264
+- spring-boot-starter-tomcat
265
+- spring-boot-starter-web
266
+
267
+
253
 That is not all
268
 That is not all
254
 ---------------
269
 ---------------
255
 That last example showed how Spring Boot makes it easy to wire beans you may not be aware you need. And it showed how to turn on convenient management services.
270
 That last example showed how Spring Boot makes it easy to wire beans you may not be aware you need. And it showed how to turn on convenient management services.

+ 15
- 0
README.md Просмотреть файл

418
 
418
 
419
 For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, feel free to dig into the [Spring Boot][spring-boot] project.
419
 For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, feel free to dig into the [Spring Boot][spring-boot] project.
420
 
420
 
421
+Spring Boot's starters
422
+----------------------
423
+You have seen some of Spring Boot's **starters**. Here is a complete list:
424
+- spring-boot-starter-actuator
425
+- spring-boot-starter-batch
426
+- spring-boot-starter-data-jpa
427
+- spring-boot-starter-integration
428
+- spring-boot-starter-jetty
429
+- spring-boot-starter-logging
430
+- spring-boot-starter-parent
431
+- spring-boot-starter-security
432
+- spring-boot-starter-tomcat
433
+- spring-boot-starter-web
434
+
435
+
421
 That is not all
436
 That is not all
422
 ---------------
437
 ---------------
423
 That last example showed how Spring Boot makes it easy to wire beans you may not be aware you need. And it showed how to turn on convenient management services.
438
 That last example showed how Spring Boot makes it easy to wire beans you may not be aware you need. And it showed how to turn on convenient management services.