File tree Expand file tree Collapse file tree
src/test/java/com/baeldung/boot/jersey
src/test/java/com/baeldung/boot/mvc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
45 <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >org.springframework.boot</groupId >
7- <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.4.2</version >
9- <relativePath /> <!-- lookup parent from repository -->
10- </parent >
116 <groupId >com.baeldung.docker</groupId >
127 <artifactId >heap-sizing</artifactId >
138 <version >0.0.1-SNAPSHOT</version >
149 <name >heap-sizing</name >
1510 <description >Demo project for Spring Boot</description >
16- <properties >
17- <java .version>11</java .version>
18- </properties >
11+
12+ <parent >
13+ <groupId >com.baeldung</groupId >
14+ <artifactId >parent-boot-2</artifactId >
15+ <version >0.0.1-SNAPSHOT</version >
16+ <relativePath >../../parent-boot-2</relativePath >
17+ </parent >
18+
1919 <dependencies >
2020 <dependency >
2121 <groupId >org.springframework.boot</groupId >
5858 </plugins >
5959 </build >
6060
61+ <properties >
62+ <java .version>11</java .version>
63+ </properties >
64+
6165</project >
Original file line number Diff line number Diff line change 99 <version >0.0.1-SNAPSHOT</version >
1010
1111 <parent >
12- <groupId >org.springframework.boot</groupId >
13- <artifactId >spring-boot-starter-parent</artifactId >
14- <version >2.3.2.RELEASE</version >
15- <relativePath /> <!-- lookup parent from repository -->
12+ <groupId >com.baeldung.spring-boot-modules</groupId >
13+ <artifactId >spring-boot-modules</artifactId >
14+ <version >1.0.0-SNAPSHOT</version >
1615 </parent >
1716
1817 <dependencies >
Original file line number Diff line number Diff line change 88 <version >0.0.1-SNAPSHOT</version >
99
1010 <parent >
11- <groupId >org.springframework.boot</groupId >
12- <artifactId >spring-boot-starter-parent</artifactId >
13- <version >2.4.2</version >
14- <relativePath /> <!-- lookup parent from repository -->
11+ <groupId >com.baeldung.spring-boot-modules</groupId >
12+ <artifactId >spring-boot-mvc-jersey</artifactId >
13+ <version >0.0.1-SNAPSHOT</version >
1514 </parent >
1615
1716 <dependencies >
Original file line number Diff line number Diff line change 44import org .springframework .boot .test .context .SpringBootTest ;
55
66@ SpringBootTest
7- class JerseyApplicationIntegrationTests {
7+ class JerseyApplicationIntegrationTest {
88
99 @ Test
1010 void contextLoads () {
Original file line number Diff line number Diff line change 88 <version >0.0.1-SNAPSHOT</version >
99
1010 <parent >
11- <groupId >org.springframework.boot</groupId >
12- <artifactId >spring-boot-starter-parent</artifactId >
13- <version >2.4.2</version >
14- <relativePath /> <!-- lookup parent from repository -->
11+ <groupId >com.baeldung.spring-boot-modules</groupId >
12+ <artifactId >spring-boot-mvc-jersey</artifactId >
13+ <version >0.0.1-SNAPSHOT</version >
1514 </parent >
1615
1716 <dependencies >
Original file line number Diff line number Diff line change 44import org .springframework .boot .test .context .SpringBootTest ;
55
66@ SpringBootTest
7- class MvcApplicationIntegrationTests {
7+ class MvcApplicationIntegrationTest {
88
99 @ Test
1010 void contextLoads () {
You can’t perform that action at this time.
0 commit comments