Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit a259a99

Browse files
committed
Uncomment webflux-netty test
1 parent b153ee6 commit a259a99

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

spring-graalvm-native-samples/springmvc-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.0.RELEASE</version>
8+
<version>2.3.1.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
//package com.example.demo;
2-
//
3-
//import org.junit.Test;
4-
//import org.junit.runner.RunWith;
5-
//import org.springframework.boot.test.context.SpringBootTest;
6-
//import org.springframework.test.context.junit4.SpringRunner;
7-
//
8-
//@RunWith(SpringRunner.class)
9-
//@SpringBootTest
10-
//public class DemoApplicationTests {
11-
//
12-
// @Test
13-
// public void contextLoads() {
14-
// }
15-
//
16-
//}
1+
package com.example.demo;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
import org.springframework.boot.test.context.SpringBootTest;
6+
7+
@SpringBootTest
8+
public class DemoApplicationTests {
9+
10+
@Test
11+
public void contextLoads() {
12+
}
13+
14+
}

0 commit comments

Comments
 (0)