Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
comment-hub
Commits
b923b3a6
Commit
b923b3a6
authored
1 year ago
by
Ruksana Semeir
Browse files
Options
Download
Patches
Plain Diff
Comment hub first commit: Initial set up
parent
1363368a
master
development
1 merge request
!1
Development
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
pom.xml
+103
-0
pom.xml
src/main/java/com/tarento/commenthub/CommentHubApplication.java
+13
-0
...in/java/com/tarento/commenthub/CommentHubApplication.java
src/main/java/com/tarento/commenthub/config/RedisConfig.java
+24
-0
src/main/java/com/tarento/commenthub/config/RedisConfig.java
src/main/java/com/tarento/commenthub/constant/Constants.java
+61
-0
src/main/java/com/tarento/commenthub/constant/Constants.java
src/main/java/com/tarento/commenthub/controller/CommentController.java
+111
-0
.../com/tarento/commenthub/controller/CommentController.java
src/main/java/com/tarento/commenthub/dto/CommentTreeIdentifierDTO.java
+19
-0
.../com/tarento/commenthub/dto/CommentTreeIdentifierDTO.java
src/main/java/com/tarento/commenthub/dto/CommentsResoponseDTO.java
+22
-0
...java/com/tarento/commenthub/dto/CommentsResoponseDTO.java
src/main/java/com/tarento/commenthub/dto/MultipleWorkflowsCommentResponseDTO.java
+20
-0
...o/commenthub/dto/MultipleWorkflowsCommentResponseDTO.java
src/main/java/com/tarento/commenthub/dto/ResponseDTO.java
+19
-0
src/main/java/com/tarento/commenthub/dto/ResponseDTO.java
src/main/java/com/tarento/commenthub/entity/Comment.java
+44
-0
src/main/java/com/tarento/commenthub/entity/Comment.java
src/main/java/com/tarento/commenthub/entity/CommentTree.java
+42
-0
src/main/java/com/tarento/commenthub/entity/CommentTree.java
src/main/java/com/tarento/commenthub/exception/CommentException.java
+36
-0
...va/com/tarento/commenthub/exception/CommentException.java
src/main/java/com/tarento/commenthub/exception/ErrorResponse.java
+15
-0
.../java/com/tarento/commenthub/exception/ErrorResponse.java
src/main/java/com/tarento/commenthub/exception/RestExceptionHandling.java
+40
-0
...m/tarento/commenthub/exception/RestExceptionHandling.java
src/main/java/com/tarento/commenthub/repository/CommentRepository.java
+22
-0
.../com/tarento/commenthub/repository/CommentRepository.java
src/main/java/com/tarento/commenthub/repository/CommentTreeRepository.java
+28
-0
.../tarento/commenthub/repository/CommentTreeRepository.java
src/main/java/com/tarento/commenthub/service/CommentService.java
+29
-0
...n/java/com/tarento/commenthub/service/CommentService.java
src/main/java/com/tarento/commenthub/service/CommentTreeService.java
+26
-0
...va/com/tarento/commenthub/service/CommentTreeService.java
src/main/java/com/tarento/commenthub/service/impl/CommentServiceImpl.java
+269
-0
...m/tarento/commenthub/service/impl/CommentServiceImpl.java
src/main/java/com/tarento/commenthub/service/impl/CommentTreeServiceImpl.java
+265
-0
...rento/commenthub/service/impl/CommentTreeServiceImpl.java
with
1208 additions
and
0 deletions
+1208
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets