Преглед на файлове

Merge cf7411dd427820354ddfa94cec77f525892cad62 into debe96353a26ec9ecfc675a617e7c21fb39f44a4

Petr Kozelka преди 9 години
родител
ревизия
d15e90d121
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0
    2
      README.adoc

+ 0
- 2
README.adoc Целия файл

66
 
66
 
67
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/spring-boot-application.adoc[]
67
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/spring-boot-application.adoc[]
68
 
68
 
69
-There is also a `CommandLineRunner` method marked as a `@Bean` and this runs on start up. It retrieves all the beans that were created either by your app or were automatically added thanks to Spring Boot. It sorts them and prints them out.
70
-
71
 == Run the application
69
 == Run the application
72
 To run the application, execute:
70
 To run the application, execute:
73
 
71