文件名称:videos:带有放置向导的 Web 服务
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-25 23:16:03
Java
介绍 按照要求: Create a web service to manage a video library that is designed to perform and scale well. There should be web services to create, update, delete, and list videos in the library. The library should be persisted to a database. The library does not need to store the videos just the following attributes of the video: Title, Description, Producer, and Actors. There should be a list web servi
【文件预览】:
videos-master
----dependency-reduced-pom.xml(4KB)
----example.yml(225B)
----src()
--------test()
--------main()
----README.md(3KB)
----pom.xml(7KB)
----.gitignore(462B)
----video-library.iml(14KB)