简体   繁体   English

使Rest Api能够为浏览器和移动应用程序做出响应

[英]Making a Rest Api to serve responsively for browsers and mobile apps

I want to dig in to restful services and Spring . 我想深入了解Spring和Restful服务。 And I want to make a restful api for my startup idea .This api should be serving for both browsers and mobile apps. 我想为我的启动想法创建一个宁静的api。该api应该同时适用于浏览器和移动应用。 I do not know where to start . 我不知道从哪里开始。 For example What should ı use at db level. 例如,在数据库级别应使用什么。 A nosql approach or classical relational db approach? Nosql方法还是经典的关系数据库方法? I appreciate if you guys can give me a clue about how to start this. 谢谢您能给我一些有关如何启动此程序的提示。

Thanks in advance. 提前致谢。 Regards Turkmen 问候土库曼

We don't know your idea. 我们不知道您的想法。 Decision of what technologies you should use is yours. 您应该决定使用哪种技术。

Building Rest service with Spring is very easy. 使用Spring建立Rest服务非常容易。 The following tutorial is very good. 以下教程非常好。

https://spring.io/guides/gs/rest-service/ https://spring.io/guides/gs/rest-service/

I advice you to start with something simple. 我建议您从简单的事情开始。 Create a simple app to understand how Spring and other technologies work and then try to create your idea. 创建一个简单的应用程序以了解Spring和其他技术的工作原理,然后尝试创建您的想法。

Good luck with startup :) 启动祝你好运:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM