Package com.eeit87t3.tickiteasy.image
Class ImageController
java.lang.Object
com.eeit87t3.tickiteasy.image.ImageController
- Author:
- Chuan (chuan13)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJSON Controller: 取得圖片。
-
Constructor Details
-
ImageController
public ImageController()
-
-
Method Details
-
getImage
@ResponseBody @GetMapping("/images/{folderName}/{fileName}") public ResponseEntity<?> getImage(@PathVariable String folderName, @PathVariable String fileName) JSON Controller: 取得圖片。 -
getLogo
@ResponseBody @GetMapping("/logo/{fileName}") public ResponseEntity<?> getLogo(@PathVariable String fileName)
-