如何一起实现论坛和文章管理系统
我想创建一个关于野生动物的文章管理系统,并希望有一个与每篇文章相关的论坛。我该如何实施呢。以下是我熟悉的Spring框架使用Spring Security使用MYSQL的技术。有没有开源的软件可以满足这种需求。我希望用户能够发布他们的文章,并且人们可以针对这些文章提出问题。任何帮助将不胜感激。
I want to create an article management system on wildlife and want to have a forum related to each article. How can I implement it. Following are the technologies I am familiar with Spring framework using Spring Security using MYSQL. Is there any open source avaialable for this kind of requirement. I want users to be able to publish their article and toehr people can ask the questions on those articles. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我来说听起来像是一个博客。文章加评论。有很多现成的解决方案,您不应该自己构建它。
也许可以选择类似 wordpress 的东西。
Sounds like a blog to me. Articles plus comments. There are so many off the shelf solutions for this you should not ever build it yourself.
Maybe go with something like wordpress.