File tree 3 files changed +1
-9
lines changed
demo-book-service/src/test/java/org/springdoc/demo/services/book
demo-oauth2/oauth-resource-server-webmvc/src/main/java/org/springdoc/demo/resource
3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 25
25
import org .springframework .beans .factory .annotation .Autowired ;
26
26
import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
27
27
import org .springframework .boot .test .context .SpringBootTest ;
28
- import org .springframework .test .context .ActiveProfiles ;
29
28
import org .springframework .test .web .servlet .MockMvc ;
30
29
import org .springframework .test .web .servlet .MvcResult ;
31
30
Original file line number Diff line number Diff line change 1
1
package org .springdoc .demo .resource ;
2
2
3
- import io .swagger .v3 .oas .models .Components ;
4
- import io .swagger .v3 .oas .models .OpenAPI ;
5
- import io .swagger .v3 .oas .models .info .Info ;
6
- import io .swagger .v3 .oas .models .info .License ;
7
-
8
- import org .springframework .beans .factory .annotation .Value ;
9
3
import org .springframework .boot .SpringApplication ;
10
4
import org .springframework .boot .autoconfigure .SpringBootApplication ;
11
- import org .springframework .context .annotation .Bean ;
12
5
13
6
@ SpringBootApplication
14
7
public class ResourceServerApp {
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.3.3 </version >
16
+ <version >3.4.0-M3 </version >
17
17
<relativePath /> <!-- lookup parent from repository -->
18
18
</parent >
19
19
You can’t perform that action at this time.
0 commit comments