Skip to content

Commit

Permalink
feat: remove querydsl gradle project
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 11, 2023
1 parent 7b41b4c commit ef13cc6
Show file tree
Hide file tree
Showing 43 changed files with 2 additions and 1,678 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* [spring-boot-togglz-sample](boot-togglz-sample/README.md)
* [spring-boot-ultimate-redis](boot-ultimate-redis/README.md)
* [GraphQL](graphql/README.md)
* [spring-boot-graphql-querydsl](graphql/spring-boot-graphql-querydsl/README.md)
* [spring-boot-graphql-querydsl](graphql/boot-graphql-querydsl/README.md)
* [GraphQl implementation using webflux](graphql/boot-graphql-webflux/README.md)
* [GraphQl implementation using webmvc](graphql/boot-graphql-webmvc/README.md)
* [httpClients](httpClients/README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ void setAfterMappingToPost(CreatePostRequest createPostRequest, @MappingTarget P
setTags(createPostRequest.tags(), post);
}

@Override
public Post setTags(List<TagRequest> tagRequests, Post post) {
if (!CollectionUtils.isEmpty(tagRequests)) {
tagRequests.forEach(tagRequest -> {
Expand Down
37 changes: 0 additions & 37 deletions graphql/spring-boot-graphql-querydsl/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions graphql/spring-boot-graphql-querydsl/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions graphql/spring-boot-graphql-querydsl/README.md

This file was deleted.

167 changes: 0 additions & 167 deletions graphql/spring-boot-graphql-querydsl/build.gradle.kts

This file was deleted.

17 changes: 0 additions & 17 deletions graphql/spring-boot-graphql-querydsl/docker/docker-compose-app.yml

This file was deleted.

11 changes: 0 additions & 11 deletions graphql/spring-boot-graphql-querydsl/docker/docker-compose.yml

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit ef13cc6

Please sign in to comment.