文件名称:restaurants:这是一个简单的应用程序,可为您的订单找到最佳餐厅
文件大小:83KB
文件格式:ZIP
更新时间:2024-04-17 08:58:21
Kotlin
餐厅挑战 关于 这是一个简单的应用程序,可为您的订单查找最佳餐厅。 运行应用程序 打开您的终端并运行: make start 运行应用程序测试 打开您的终端并运行: make run test 本地招摇 http://localhost:9090/swagger-ui.html FindRestaurantRequest { name: String -> Restaurant's name customerRating: Int -> Restaurant's rating (1-5) distance: Int -> Restaurant's distance (1-10) price: Int -> Restaurant's price (10-50) cuisine: String -> Restaurant's cuisine
【文件预览】:
restaurants-master
----gradlew(6KB)
----build.gradle.kts(1KB)
----src()
--------test()
--------main()
----gradle()
--------wrapper()
----README.md(945B)
----Makefile(65B)
----gradlew.bat(3KB)
----.gitignore(444B)
----settings.gradle.kts(30B)