File tree 1 file changed +0
-3
lines changed
src/main/java/de/rwth/idsg/steve/config
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 19
19
package de .rwth .idsg .steve .config ;
20
20
21
21
import de .rwth .idsg .steve .SteveConfiguration ;
22
- import de .rwth .idsg .steve .SteveProdCondition ;
23
22
import io .swagger .v3 .oas .models .Components ;
24
23
import io .swagger .v3 .oas .models .OpenAPI ;
25
24
import io .swagger .v3 .oas .models .info .Info ;
34
33
import org .springframework .boot .autoconfigure .jackson .JacksonAutoConfiguration ;
35
34
import org .springframework .context .annotation .Bean ;
36
35
import org .springframework .context .annotation .ComponentScan ;
37
- import org .springframework .context .annotation .Conditional ;
38
36
import org .springframework .context .annotation .Configuration ;
39
37
import org .springframework .context .annotation .Import ;
40
38
52
50
SwaggerUiConfigProperties .class ,
53
51
SwaggerUiOAuthProperties .class ,
54
52
JacksonAutoConfiguration .class })
55
- @ Conditional (SteveProdCondition .class )
56
53
public class ApiDocsConfiguration {
57
54
58
55
static {
You can’t perform that action at this time.
0 commit comments