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