Reading blob file(.mp4) and display for user using spring boot and thymeleaf

前端 未结 0 1248
自闭症患者
自闭症患者 2021-01-03 21:52

Video Entity

public class Video {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Long Id;

    @NotNull(message = "Can\'t be         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题