File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
samples/composed/server/petstore/springboot-delegate/src/main/java/io/swagger/api Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 10
10
import org .springframework .http .HttpStatus ;
11
11
import org .springframework .http .ResponseEntity ;
12
12
import org .springframework .stereotype .Controller ;
13
+ import org .springframework .web .bind .annotation .CookieValue ;
13
14
import org .springframework .web .bind .annotation .PathVariable ;
14
15
import org .springframework .web .bind .annotation .RequestBody ;
15
16
import org .springframework .web .bind .annotation .RequestHeader ;
Original file line number Diff line number Diff line change 8
8
import org .springframework .http .HttpStatus ;
9
9
import org .springframework .http .ResponseEntity ;
10
10
import org .springframework .stereotype .Controller ;
11
+ import org .springframework .web .bind .annotation .CookieValue ;
11
12
import org .springframework .web .bind .annotation .PathVariable ;
12
13
import org .springframework .web .bind .annotation .RequestBody ;
13
14
import org .springframework .web .bind .annotation .RequestHeader ;
Original file line number Diff line number Diff line change 8
8
import org .springframework .http .HttpStatus ;
9
9
import org .springframework .http .ResponseEntity ;
10
10
import org .springframework .stereotype .Controller ;
11
+ import org .springframework .web .bind .annotation .CookieValue ;
11
12
import org .springframework .web .bind .annotation .PathVariable ;
12
13
import org .springframework .web .bind .annotation .RequestBody ;
13
14
import org .springframework .web .bind .annotation .RequestHeader ;
Original file line number Diff line number Diff line change 6
6
import org .springframework .http .HttpStatus ;
7
7
import org .springframework .http .ResponseEntity ;
8
8
import org .springframework .stereotype .Controller ;
9
+ import org .springframework .web .bind .annotation .CookieValue ;
9
10
import org .springframework .web .bind .annotation .PathVariable ;
10
11
import org .springframework .web .bind .annotation .RequestBody ;
11
12
import org .springframework .web .bind .annotation .RequestHeader ;
Original file line number Diff line number Diff line change 7
7
import org .springframework .http .HttpStatus ;
8
8
import org .springframework .http .ResponseEntity ;
9
9
import org .springframework .stereotype .Controller ;
10
+ import org .springframework .web .bind .annotation .CookieValue ;
10
11
import org .springframework .web .bind .annotation .PathVariable ;
11
12
import org .springframework .web .bind .annotation .RequestBody ;
12
13
import org .springframework .web .bind .annotation .RequestHeader ;
You can’t perform that action at this time.
0 commit comments