Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Professional Certification Exam Tutorial - Module 04, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:08:32
    Question 01 - What is Spring Boot?
  2. Урок 2. 00:09:10
    Question 02 - What are the advantages of using Spring Boot?
  3. Урок 3. 00:10:40
    Question 03 - Why is it "opinionated"?
  4. Урок 4. 00:06:48
    Question 04 - What things affect what Spring Boot sets up?
  5. Урок 5. 00:03:41
    Question 05 - What is a Spring Boot starter POM? Why is it useful?
  6. Урок 6. 00:06:04
    Question 06 - Spring Boot supports both properties and YML files. Would [...]
  7. Урок 7. 00:10:15
    Question 07 - Can you control logging with Spring Boot? How?
  8. Урок 8. 00:05:54
    Question 08 - Where does Spring Boot look for property file by default?
  9. Урок 9. 00:04:17
    Question 09 - How do you define profile specific property files?
  10. Урок 10. 00:04:33
    Question 10 - How do you access the properties defined in the property files?
  11. Урок 11. 00:03:11
    Question 11 - What properties do you have to define in order to configure [...]
  12. Урок 12. 00:07:43
    Question 12 - How do you configure default schema and initial data?
  13. Урок 13. 00:07:02
    Question 13 - What is a fat jar? How is it different from the original jar?
  14. Урок 14. 00:09:26
    Question 14 - What is the difference between an embedded container and a WAR?
  15. Урок 15. 00:04:16
    Question 15 - What embedded containers does Spring Boot support?
  16. Урок 16. 00:04:36
    Question 16 - How does Spring Boot know what to configure?
  17. Урок 17. 00:04:18
    Question 17 - What does @EnableAutoConfiguration do?
  18. Урок 18. 00:03:43
    Question 18 - What does @SpringBootApplication do?
  19. Урок 19. 00:04:09
    Question 19 - Does Spring Boot do component scanning? Where does it look [...]
  20. Урок 20. 00:05:40
    Question 20 - How are DataSource and JdbcTemplate auto-configured?
  21. Урок 21. 00:07:24
    Question 21 - What is spring.factories file for?
  22. Урок 22. 00:05:19
    Question 22 - How do you customize Spring auto configuration?
  23. Урок 23. 00:07:56
    Question 23 - What are the examples of @Conditional annotations? How are [...]
  24. Урок 24. 00:03:22
    Question 24 - What value does Spring Boot Actuator provide?
  25. Урок 25. 00:08:01
    Question 25 - What are the two protocols you can use to access [...]
  26. Урок 26. 00:07:23
    Question 26 - What are the actuator endpoints that are provided [...]
  27. Урок 27. 00:05:13
    Question 27 - What is info endpoint for? How do you supply data?
  28. Урок 28. 00:12:44
    Question 28 - How do you change logging level of a package using loggers [...]
  29. Урок 29. 00:08:04
    Question 29 - How do you access an endpoint using a tag?
  30. Урок 30. 00:03:42
    Question 30 - What is metrics for?
  31. Урок 31. 00:09:36
    Question 31 - How do you create a custom metric with or without tags?
  32. Урок 32. 00:05:55
    Question 32 - What is Health Indicator?
  33. Урок 33. 00:02:53
    Question 33 - What are the Health Indicators that are provided out of the box?
  34. Урок 34. 00:03:35
    Question 34 - What is the Health Indicator status?
  35. Урок 35. 00:04:33
    Question 35 - What are the Health Indicator statuses that are provided [...]
  36. Урок 36. 00:04:00
    Question 36 - How do you change the Health Indicator status severity order?
  37. Урок 37. 00:06:22
    Question 37 - Why do you want to leverage 3rd-party external monitoring system?
  38. Урок 38. 00:07:05
    Question 38 - When do you want to use @SpringBootTest annotation?
  39. Урок 39. 00:15:23
    Question 39 - What does @SpringBootTest auto-configure
  40. Урок 40. 00:02:33
    Question 40 - What dependencies does spring-boot-starter-test [...]
  41. Урок 41. 00:07:59
    Question 41 - How do you perform integration testing with [...]
  42. Урок 42. 00:05:52
    Question 42 - When do you want to use @WebMvcTest? What does it [...]
  43. Урок 43. 00:05:25
    Question 43 - What are the differences between @MockBean and @Mock?
  44. Урок 44. 00:04:26
    Question 44 - When do you want use @DataJpaTest for? What does [...]