文件名称:jotto-2020-api:通过Mule 4集成平台实现的Web API重新创建了Jotto游戏
文件大小:707KB
文件格式:ZIP
更新时间:2024-05-30 01:27:41
JavaScript
jotto-2020-api Jotto游戏被重新创建为通过Mule 4集成平台实现的Web API。 在src / main / resources / web / jotto-2020.js(第615行左右)中,配置了Mule API的端点URL。 必须为Web客户端正常设置“ newGameWebService”和“ newGuessWebService”的“ url”字段。 { kind: WebService, name: "newGameWebService", ... //url: "http://localhost:8081/api/game/jotto", url: "http://jotto2020.us-e2.cloudhub.io/api/game/jotto", method: "POST",
【文件预览】:
jotto-2020-api-main
----.gitignore(966B)
----mule-artifact.json(31B)
----src()
--------main()
--------test()
----.classpath(1KB)
----LICENSE(11KB)
----pom.xml(4KB)
----README.md(811B)
----.project(552B)