本站已收录 番号和无损神作磁力链接/BT种子 

[ DevCourseWeb.com ] Udemy - Spring Boot For Software Engineers

种子简介

种子名称: [ DevCourseWeb.com ] Udemy - Spring Boot For Software Engineers
文件类型: 视频
文件数目: 74个文件
文件大小: 2.06 GB
收录时间: 2021-12-15 20:20
已经下载: 3
资源热度: 166
最近下载: 2024-6-3 01:02

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:9bb3b95f4f08505a592265140f03d92d10f8b9f8&dn=[ DevCourseWeb.com ] Udemy - Spring Boot For Software Engineers 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[ DevCourseWeb.com ] Udemy - Spring Boot For Software Engineers.torrent
  • ~Get Your Files Here !/01 - Intro & Understanding few key concepts/001 Hi.mp46.75MB
  • ~Get Your Files Here !/01 - Intro & Understanding few key concepts/002 Spring Boot Overview.mp46.66MB
  • ~Get Your Files Here !/01 - Intro & Understanding few key concepts/003 The N-Tier Architecture.mp48.03MB
  • ~Get Your Files Here !/01 - Intro & Understanding few key concepts/004 Dependency Injection Explained.mp420.53MB
  • ~Get Your Files Here !/02 - Spring Boot Initialiser & Bootstrapping/001 Bootstrap project from scratch.mp429.21MB
  • ~Get Your Files Here !/02 - Spring Boot Initialiser & Bootstrapping/002 Understand project structure.mp416.71MB
  • ~Get Your Files Here !/02 - Spring Boot Initialiser & Bootstrapping/003 Creating restful api Hello World with Spring Boot.mp456.58MB
  • ~Get Your Files Here !/03 - N-Tier (Data Access - DAO Layer)/001 Creating User model.mp413.1MB
  • ~Get Your Files Here !/03 - N-Tier (Data Access - DAO Layer)/002 DAO interface.mp413.4MB
  • ~Get Your Files Here !/03 - N-Tier (Data Access - DAO Layer)/003 Creating fake DAO and database using a Map.mp415.47MB
  • ~Get Your Files Here !/03 - N-Tier (Data Access - DAO Layer)/004 Implementing DAO interface.mp410.8MB
  • ~Get Your Files Here !/04 - N-Tier (Service Layer)/001 Creating Service layer and refactor DAO interface.mp416.57MB
  • ~Get Your Files Here !/04 - N-Tier (Service Layer)/002 Dependency Injection with Spring.mp448.91MB
  • ~Get Your Files Here !/04 - N-Tier (Service Layer)/003 Lets Implement the business logic.mp418.98MB
  • ~Get Your Files Here !/05 - Unit Tests & Mocking with Mockito/001 Your first Unit Test.mp472.56MB
  • ~Get Your Files Here !/05 - Unit Tests & Mocking with Mockito/002 Test select user by id.mp426MB
  • ~Get Your Files Here !/05 - Unit Tests & Mocking with Mockito/003 Finish up writing tests for DAO.mp434.56MB
  • ~Get Your Files Here !/05 - Unit Tests & Mocking with Mockito/004 Mocking Objects with Mockito.mp480.78MB
  • ~Get Your Files Here !/05 - Unit Tests & Mocking with Mockito/005 Mockito BDD - Given, When and Argument Captor.mp436.83MB
  • ~Get Your Files Here !/05 - Unit Tests & Mocking with Mockito/006 Wrapping up remaining unit tests.mp446.59MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/001 Spring Boot and Web Servers overview.mp46.35MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/002 HTTP GET Requets.mp453.42MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/003 Configuring REST end point paths.mp420.29MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/004 Path Variables.mp431.8MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/005 Response Entity & HTTP Response Codes.mp470.45MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/006 HTTP POST Requests.mp411.15MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/007 Postman Overview.mp44.51MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/008 HTTP POST, @RequestMapping & Consuming JSON.mp426.62MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/009 HTTP PUT Requests.mp418.94MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/010 HTTP Delete Requests.mp412.64MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/011 Query Params.mp437.77MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/012 Query Params & Filtering.mp467.7MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/013 Improve Test Code Coverage.mp462.33MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/014 @Consumes and @Produces.mp42.52MB
  • ~Get Your Files Here !/06 - N-Tier (Restful Api Layer)/015 Configuring what server Consumes from clients and Produces to clients.mp411.56MB
  • ~Get Your Files Here !/07 - Jackson Fasterxml/001 Jackson overview.mp42.17MB
  • ~Get Your Files Here !/07 - Jackson Fasterxml/002 Immutable Objects and @JsonProperty.mp450.3MB
  • ~Get Your Files Here !/07 - Jackson Fasterxml/003 Changing JSON property names with getters & @JsonProperty.mp419.99MB
  • ~Get Your Files Here !/07 - Jackson Fasterxml/004 Computed JSON properties.mp433.6MB
  • ~Get Your Files Here !/07 - Jackson Fasterxml/005 @JsonIgnore.mp48.09MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/001 Spring MVC Alternatives.mp44.88MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/002 Resteasy starter pom.mp423.39MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/003 Your first endpoint using Reasteasy.mp426.35MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/004 Exercise.mp49.81MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/005 Exercise Sol - Fully Switch User resource to user JaxRS annotations.mp433.11MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/006 Testing UserResourseResteasy enpoint.mp427.36MB
  • ~Get Your Files Here !/08 - JAX-RS & Resteasy/007 Jersey support with spring-boot-starter-jersey.mp49.29MB
  • ~Get Your Files Here !/09 - Resteasy Client API/001 Understanding Integration tests.mp43.99MB
  • ~Get Your Files Here !/09 - Resteasy Client API/002 Reateasy Client API.mp433.59MB
  • ~Get Your Files Here !/09 - Resteasy Client API/003 Creating proxy interface.mp412.29MB
  • ~Get Your Files Here !/09 - Resteasy Client API/004 Creating proxy using @Bean.mp420.01MB
  • ~Get Your Files Here !/09 - Resteasy Client API/005 Spring Boot property files and @Value.mp426.02MB
  • ~Get Your Files Here !/09 - Resteasy Client API/006 Section recap.mp416.25MB
  • ~Get Your Files Here !/10 - Integration Tests/001 Intro to Spring Boot Integration tests.mp433.4MB
  • ~Get Your Files Here !/10 - Integration Tests/002 Web Enviroment.mp439.51MB
  • ~Get Your Files Here !/10 - Integration Tests/003 Your first Integration Test.mp480.18MB
  • ~Get Your Files Here !/10 - Integration Tests/004 Create user Integration Test.mp452.05MB
  • ~Get Your Files Here !/10 - Integration Tests/005 Delete User Integration Test.mp434.74MB
  • ~Get Your Files Here !/10 - Integration Tests/006 Update user Integration Test.mp434.02MB
  • ~Get Your Files Here !/10 - Integration Tests/007 Get users by gender Integration test.mp443.73MB
  • ~Get Your Files Here !/10 - Integration Tests/008 Running all Integration tests.mp456.75MB
  • ~Get Your Files Here !/11 - Java Bean Validation/001 Sending empty object to server.mp438.83MB
  • ~Get Your Files Here !/11 - Java Bean Validation/002 Handling nulls with Objects.requireNonNull.mp428.44MB
  • ~Get Your Files Here !/11 - Java Bean Validation/003 Java Beans Validation Annotations.mp426.47MB
  • ~Get Your Files Here !/11 - Java Bean Validation/004 Lets activate the validations.mp451.18MB
  • ~Get Your Files Here !/12 - Refactor/001 Why Refactor.mp416.44MB
  • ~Get Your Files Here !/12 - Refactor/002 Refactor Resource _ Controller Layer.mp434.78MB
  • ~Get Your Files Here !/12 - Refactor/003 Refactor Service Layer.mp414.63MB
  • ~Get Your Files Here !/12 - Refactor/004 Fixing and running all unit and integration tests.mp451.68MB
  • ~Get Your Files Here !/13 - Running Jar and Deployment Solutions/001 Generating the target folder.mp46.77MB
  • ~Get Your Files Here !/13 - Running Jar and Deployment Solutions/002 Running the .jar file.mp436.94MB
  • ~Get Your Files Here !/13 - Running Jar and Deployment Solutions/003 Overriding property files from terminal_cmd.mp423.38MB
  • ~Get Your Files Here !/13 - Running Jar and Deployment Solutions/004 Cloud providers solutions.mp411.97MB
  • ~Get Your Files Here !/14 - Wrapping up/001 Whats next.mp411.13MB