-
Урок 1. 00:01:18Practice and Join the Community
-
Урок 2. 00:02:14Spring Initializr
-
Урок 3. 00:02:45Open Project With IntelliJ
-
Урок 4. 00:02:47Starting the Server
-
Урок 5. 00:03:12Student Model
-
Урок 6. 00:04:17StudentController
-
Урок 7. 00:01:42Testing Controller
-
Урок 8. 00:00:39Course Git Branches
-
Урок 9. 00:00:52Quick Word About React
-
Урок 10. 00:04:23Bootstrap React app
-
Урок 11. 00:02:06Frontend up and running
-
Урок 12. 00:04:02Antd
-
Урок 13. 00:06:10Configure antd
-
Урок 14. 00:02:59Unfetch
-
Урок 15. 00:02:40Implement getAllStudents
-
Урок 16. 00:06:09Proxy requests to Backend
-
Урок 17. 00:05:49Lets explore our frontend files
-
Урок 18. 00:07:02UseState and UseEffect
-
Урок 19. 00:04:22Display students data
-
Урок 20. 00:08:41Layout Component
-
Урок 21. 00:06:21Table Component
-
Урок 22. 00:10:01Loader & Empty Components
-
Урок 23. 00:06:32The static folder
-
Урок 24. 00:08:58Maven Front Plugin
-
Урок 25. 00:07:10Frontend Maven Plugin In Action
-
Урок 26. 00:05:51Maven Resources Plugin
-
Урок 27. 00:04:22Running Jar & Profiles
-
Урок 28. 00:03:29Docker Desktop and DockerHub
-
Урок 29. 00:03:57Docker and Jib
-
Урок 30. 00:03:05Jib Maven Plugin
-
Урок 31. 00:06:36Build Local Docker Image
-
Урок 32. 00:09:18Build image to DockerHub
-
Урок 33. 00:06:53Maven Profiles
-
Урок 34. 00:08:06Maven Profiles PT 2
-
Урок 35. 00:02:01Quick Word About AWS
-
Урок 36. 00:01:58Sign up to AWS Free Tier
-
Урок 37. 00:02:59Exploring AWS
-
Урок 38. 00:06:11Creating Sample Application
-
Урок 39. 00:06:26docker-compose yaml
-
Урок 40. 00:04:58Deploy our application
-
Урок 41. 00:06:33Exploring Elastic Beanstalk
-
Урок 42. 00:02:34Other Ways to Deploy Applications
-
Урок 43. 00:01:20Terminate & Restore The EB Environment
-
Урок 44. 00:03:10Postgres Running on Docker
-
Урок 45. 00:07:13Postgres Container
-
Урок 46. 00:05:17Connecting to db using PSQL Container
-
Урок 47. 00:02:04Spring Data JPA
-
Урок 48. 00:02:27Installing Spring Data JPA & Postgres Dependencies
-
Урок 49. 00:07:11Connecting to DB
-
Урок 50. 00:07:51@Table
-
Урок 51. 00:04:47Generating 1000 students
-
Урок 52. 00:06:01JPARepository and N Tier
-
Урок 53. 00:04:51Testing backend changes
-
Урок 54. 00:07:43Post Mapping
-
Урок 55. 00:05:30Add Students Button
-
Урок 56. 00:09:07Student Form
-
Урок 57. 00:03:33Add student method
-
Урок 58. 00:04:52Submitting new Student
-
Урок 59. 00:08:30Loading indicator and reload table
-
Урок 60. 00:06:33Notifications
-
Урок 61. 00:04:47Badge
-
Урок 62. 00:06:54Avatar
-
Урок 63. 00:03:47Exercise
-
Урок 64. 00:07:11Exercise Sol
-
Урок 65. 00:02:47The problem
-
Урок 66. 00:01:58Server Include Error Message
-
Урок 67. 00:08:33Handle Error on Client Side
-
Урок 68. 00:02:40Exercise
-
Урок 69. 00:06:48Exercise sol
-
Урок 70. 00:07:10Java Bean Validation
-
Урок 71. 00:05:54Enforcing Database Constraints
-
Урок 72. 00:01:42Section Overview
-
Урок 73. 00:05:32Create DB
-
Урок 74. 00:03:31application-dev properties
-
Урок 75. 00:03:09Spring Active Profiles
-
Урок 76. 00:05:17Understanding Security Groups
-
Урок 77. 00:08:33Security groups and Inbound Rules
-
Урок 78. 00:08:44Connecting to RDS from local machine
-
Урок 79. 00:04:48Building New Version
-
Урок 80. 00:04:29Deployment
-
Урок 81. 00:01:14Automating the Deployment
-
Урок 82. 00:06:27CI CD Pipelines
-
Урок 83. 00:08:28CI CD Demo
-
Урок 84. 00:03:01Github Actions
-
Урок 85. 00:05:54Build workflow YAML
-
Урок 86. 00:09:27Build workflow in Action
-
Урок 87. 00:02:29Deploy workflow overview
-
Урок 88. 00:07:51Slack Webhooks and Setup Secret
-
Урок 89. 00:02:05Setup Github Secret
-
Урок 90. 00:05:26Setup AWS User, Groups and Permissions
-
Урок 91. 00:13:22Deploy Workflow YAML
-
Урок 92. 00:06:07Adding Footer with Link
-
Урок 93. 00:04:29Create PR for Footer link change
-
Урок 94. 00:04:45Merge to Main and Deploy to AWS
-
Урок 95. 00:00:59Section Wrap Up
-
Урок 96. 00:00:59Lets Learn Testing
-
Урок 97. 00:03:25The Current UML
-
Урок 98. 00:04:44JUnit5 and Assertions
-
Урок 99. 00:02:41Testing Dependencies
-
Урок 100. 00:08:14Lets Write A Basic Test
-
Урок 101. 00:08:40Testing Repositories
-
Урок 102. 00:05:15H2 Database For Testing
-
Урок 103. 00:06:57@DataJpaTest
-
Урок 104. 00:11:36Mocking with Mockito
-
Урок 105. 00:06:48Argument Captor
-
Урок 106. 00:11:07Testing add student
-
Урок 107. 00:01:44Integration Testing
-
Урок 108. 00:02:40Maven Fail Safe Plugin
-
Урок 109. 00:09:41Setup Integration Tests
-
Урок 110. 00:09:17Our First Integration Test
-
Урок 111. 00:04:47Running Integration Testing
-
Урок 112. 00:09:24Using Faker to Random Data
-
Урок 113. 00:04:35Delete StudentIT Exercise Solution
-
Урок 114. 00:01:13Next steps for Testing
-
Урок 115. 00:03:07Final Exercise and Community Project
-
Урок 116. 00:01:43Wrap Up
- Категории
- Источники
- Все курсы
- Разделы
- Книги
кто может помочь с этим ?
добавьте в аннотацию main Сканирование компонентов :
@SpringBootApplication
@ComponentScan({"kz.boilerhealth.controllers","kz.boilerhealth.service"})