All Projects → timelessmemory → Commentsystem

timelessmemory / Commentsystem

Angularjs+bootstrap+springmvc+mybatis二级评论系统(仿简书)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Commentsystem

action-create-comment
💬 GitHub Action to create a comment
Stars: ✭ 30 (+11.11%)
Mutual labels:  comment
yii2-blog
Simple, configurable blog module for Yii2 (post, comment, nested category, tags). + frontend, backend. + SEO! (Opengraph, Schema.org) ~~~COMING SOON V2.0~~~ Please STAR this repo
Stars: ✭ 79 (+192.59%)
Mutual labels:  comment
Igbot
🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
Stars: ✭ 4,094 (+15062.96%)
Mutual labels:  comment
YouTube.js
🎥 full-featured wrapper around YouTube's private API — reverse engineering InnerTube
Stars: ✭ 2,232 (+8166.67%)
Mutual labels:  comment
vim-prismo
A Vim plugin to decorate your commented titles.
Stars: ✭ 21 (-22.22%)
Mutual labels:  comment
Waline
A Simple, Safe Comment System inspired by Valine | 一款基于 Valine 衍生的简洁、安全的评论系统
Stars: ✭ 260 (+862.96%)
Mutual labels:  comment
InstaBot
Simple and friendly Bot for Instagram, using Selenium and Scrapy with Python.
Stars: ✭ 32 (+18.52%)
Mutual labels:  comment
Gitalk
Gitalk is a modern comment component based on Github Issue and Preact.
Stars: ✭ 5,778 (+21300%)
Mutual labels:  comment
Comment.nvim
🧠 💪 // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
Stars: ✭ 796 (+2848.15%)
Mutual labels:  comment
Go Instabot
Automatically follow, like, and comment on instagram
Stars: ✭ 345 (+1177.78%)
Mutual labels:  comment
DanDanPlay-PHP
DanDanPlay远程访问 的 PHP 实现版本
Stars: ✭ 30 (+11.11%)
Mutual labels:  comment
Xiecheng Comment
🌈Xiecheng_Comment多线程Threading爬取携程的丽江古城景点评论并生成词云
Stars: ✭ 23 (-14.81%)
Mutual labels:  comment
Commit Comments
Build commit message in the comments of your code
Stars: ✭ 314 (+1062.96%)
Mutual labels:  comment
comment
Online Generator for Kary Foundation Comment System (KFCS) http://comment.kary.us
Stars: ✭ 20 (-25.93%)
Mutual labels:  comment
Nerdcommenter
Vim plugin for intensely nerdy commenting powers
Stars: ✭ 4,454 (+16396.3%)
Mutual labels:  comment
comment-box.nvim
✨ Clarify and beautify your comments using boxes and lines.
Stars: ✭ 91 (+237.04%)
Mutual labels:  comment
neogen
A better annotation generator. Supports multiple languages and annotation conventions.
Stars: ✭ 339 (+1155.56%)
Mutual labels:  comment
Instagram Web Api
🤳 Instagram Private Web API client for Node
Stars: ✭ 694 (+2470.37%)
Mutual labels:  comment
Vssue
📫 A Vue-powered Issue-based Comment Plugin
Stars: ✭ 496 (+1737.04%)
Mutual labels:  comment
Caw.vim
Vim comment plugin: supported operator/non-operator mappings, repeatable by dot-command, 300+ filetypes
Stars: ✭ 320 (+1085.19%)
Mutual labels:  comment

CommentSystem

Introduction

  • 这是frontend分支上二级cms的java后端实现。前端采用angularjs+bootstrap实现,后端使用maven构建,springboot搭建整个spring环境,持久层采用灵活的mybatis,数据库使用mysql。

Database design

三张表

saying说说表

  • 本系统模拟评论说说,所以设置了一张说说表。其中特别增加了一个likes字段,用户可以对说说"点赞"标记为喜欢。

firstLevelComment一级评论表


secondLevelComment二级评论表

Show result

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].