File tree Expand file tree Collapse file tree
section-01-java-fundamentals
section-10-unit-testing-quick-start
01-assert-equals-not-equals-AND-null-not-null
04-assert-same-not-same-AND-true-false
05-project-solution-assert-array-iterable-lines
06-assert-throws-and-timeouts
section-11-test-driven-development-quick-start
01-fizzbuzz-project-solution-basic
02-fizzbuzz-project-solution-parameterized-tests
03-fizzbuzz-project-solution-main-app
section-12-spring-boot-3-quick-start/01-spring-boot-demo
section-13-spring-boot-3-rest-apis-quick-start
01-spring-boot-rest-crud-hello-world
02-spring-boot-rest-crud-students-list-base
03-spring-boot-rest-crud-students-list-refactored
04-spring-boot-rest-crud-students-path-variable-get-single-student
section-14-spring-boot-3-spring-mvc-quick-start
01-thymeleafdemo-helloworld
02-thymeleafdemo-helloworld-css Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >org.example</groupId >
88 <artifactId >demo</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >org.example</groupId >
88 <artifactId >helloworld</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >org.example</groupId >
88 <artifactId >demo</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >org.example</groupId >
88 <artifactId >loops</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >org.example</groupId >
88 <artifactId >methods</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >org.example</groupId >
88 <artifactId >arrays</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.luv2code</groupId >
88 <artifactId >junitdemo</artifactId >
99 <version >1.0</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 </properties >
1515
16- </project >
16+ </project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.luv2code</groupId >
88 <artifactId >junitdemo</artifactId >
99 <version >1.0</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 </properties >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.luv2code</groupId >
88 <artifactId >junitdemo</artifactId >
99 <version >1.0</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 </properties >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.luv2code</groupId >
88 <artifactId >junitdemo</artifactId >
99 <version >1.0</version >
1010
1111 <properties >
12- <maven .compiler.source>24 </maven .compiler.source>
13- <maven .compiler.target>24 </maven .compiler.target>
12+ <maven .compiler.source>25 </maven .compiler.source>
13+ <maven .compiler.target>25 </maven .compiler.target>
1414 </properties >
1515
1616 <dependencies >
You can’t perform that action at this time.
0 commit comments