Skip to main content
00:00/00:00
Lecture 23 of 61

Methods

Download Course (Free)

Course Content

0 / 61 completed
Section 1: Introduction3 videos

How to use this course

1m

Completed projects on GitHub

1m

Course and Instructor Introduction

2m
Section 2: The Basics2 videos

What is gradle

3m

Why Gradle

2m
Section 3: Gradle in action11 videos

Install Gradle

4m

Gradle wrapper on windows

1m

More build.gradle

2m

Create a java project

12m

Build and Run

20m

Repositories

8m

First Gradle Project

26m

Configurations

24m

Gradle Daemon

2m

Build Phases

6m

build.gradle and its cousin pom.xml

15m
Section 4: Groovy Crash Course8 videos

Install Spring Tool Suite

3m

Hello Groovy

3m

Data Types

9m

Closures

5m

Collection Types

7m

Sets and Maps

7m

Methods

7mNow Playing

Classes and Objects

5m
Section 5: Understanding the build.gradle5 videos

Project Object

6m

project properties

14m

Task variables and methods

8m

Adding custom properties

2m

Task Object

15m
Section 6: Create a Java Web Application6 videos

Create and Setup Project

6m

Introduction

4m

Write Code

20m

Create WAR

19m

Update - Gretty Version

1m

Run the App

10m
Section 7: Multi Module Projects7 videos

Update

1m

Create and build the Projects

9m

Adding Tasks Across Modules

14m

Add Properties

2m

Dependencies between modules

5m

Reuse Build Logic

6m

Show Dependencies

6m
Section 8: Unit Testing , Test Coverage and CI11 videos

Update - Test Scope

3m

Configure Test Support

5m

Test doGet

7m

Test doPost

18m

Update - Use Security Token

1m

Install and Launch Sonar

4m

Generate Jacoco Coverage Report

17m

Update

1m

Configure a Jenkins Gradle Build

10m

Generate Sonar Report

16m

Setup Jenkins

8m
Section 9: Create Spring Boot Gradle Project2 videos

Compare with pom.xml

4m

Create and run spring boot project

17m
Section 10: Migrate Maven Project to Gradle3 videos

Usecase

16m

Import Gradle Project in to STS

4m

Migrate Coupon Service

16m
Section 11: Creating Plugins2 videos

Move the code to a script

7m

Create a Custom Plugin

11m
Section 12: Troubleshooting1 videos

Eclipse Troubleshooting

1m