realworld-api-quarkus
Simple case of a real world api using quarkus framework.
파일 탐색기
최종 버전 다운로드 (.zip)- maven.yml
- maven-wrapper.properties
- Conduit.postman_collection.json
- run-api-tests.sh
- Dockerfile.jvm
- Dockerfile.native
- LoginRequest.java
- NewArticleRequest.java
- NewCommentRequest.java
- NewUserRequest.java
- UpdateArticleRequest.java
- UpdateUserRequest.java
- ArticleResponse.java
- ArticlesResponse.java
- CommentResponse.java
- CommentsResponse.java
- ErrorResponse.java
- ProfileResponse.java
- TagsResponse.java
- UserResponse.java
- ResourceUtils.java
- ArticlesResource.java
- ProfilesResource.java
- TagsResource.java
- UserResource.java
- UsersResource.java
- ArticleNotFoundException.java
- BusinessException.java
- CommentNotFoundException.java
- EmailAlreadyExistsException.java
- InvalidPasswordException.java
- ModelValidationException.java
- TagNotFoundException.java
- UsernameAlreadyExistsException.java
- UserNotFoundException.java
- ArticleFavoritesCountImpl.java
- CreateArticleImpl.java
- CreateCommentImpl.java
- CreateSlugByTitleImpl.java
- CreateTagImpl.java
- CreateUserImpl.java
- DeleteArticleBySlugImpl.java
- DeleteCommentImpl.java
- FavoriteArticleImpl.java
- FindArticleByAuthorAndSlugImpl.java
- FindArticleByIdImpl.java
- FindArticleBySlugImpl.java
- FindArticlesByFilterImpl.java
- FindArticleTagsImpl.java
- FindCommentByIdAndAuthorImpl.java
- FindCommentsByArticleSlugImpl.java
- FindMostRecentArticlesByFilterImpl.java
- FindTagsByNameCreateIfNotExistsImpl.java
- FindTagsImpl.java
- FindUserByIdImpl.java
- FindUserByUsernameImpl.java
- FollowUserByUsernameImpl.java
- IsArticleFavoritedImpl.java
- IsFollowingUserImpl.java
- LoginUserImpl.java
- UnfavoriteArticleImpl.java
- UnfollowUserByUsernameImpl.java
- UpdateArticleBySlugImpl.java
- UpdateUserImpl.java
- ArticleFavoritesCount.java
- CreateArticle.java
- CreateComment.java
- CreateSlugByTitle.java
- CreateTag.java
- CreateUser.java
- DeleteArticleBySlug.java
- DeleteComment.java
- FavoriteArticle.java
- FindArticleByAuthorAndSlug.java
- FindArticleById.java
- FindArticleBySlug.java
- FindArticlesByFilter.java
- FindArticleTags.java
- FindCommentByIdAndAuthor.java
- FindCommentsByArticleSlug.java
- FindMostRecentArticlesByFilter.java
- FindTags.java
- FindTagsByNameCreateIfNotExists.java
- FindUserById.java
- FindUserByUsername.java
- FollowUserByUsername.java
- IsArticleFavorited.java
- IsFollowingUser.java
- LoginUser.java
- UnfavoriteArticle.java
- UnfollowUserByUsername.java
- UpdateArticleBySlug.java
- UpdateUser.java
- Article.java
- ArticleFilter.java
- ArticleModelBuilder.java
- ArticleRepository.java
- FavoriteRelationship.java
- FavoriteRelationshipRepository.java
- NewArticleInput.java
- PageResult.java
- TagRelationship.java
- TagRelationshipRepository.java
- UpdateArticleInput.java
- Comment.java
- CommentBuilder.java
- CommentRepository.java
- DeleteCommentInput.java
- NewCommentInput.java
- ValidationMessages.java
- HashProvider.java
- SlugProvider.java
- Tag.java
- TagBuilder.java
- TagRepository.java
- CreateUserInput.java
- FollowRelationship.java
- FollowRelationshipRepository.java
- LoginUserInput.java
- UpdateUserInput.java
- User.java
- UserModelBuilder.java
- UserRepository.java
- ModelValidator.java
- ApplicationConfiguration.java
- ArticlesConfiguration.java
- CommentsConfiguration.java
- TagsConfiguration.java
- UsersConfiguration.java
- BCryptHashProvider.java
- JwtTokenProvider.java
- SlugifySlugProvider.java
- ArticleEntity.java
- CommentEntity.java
- EntityUtils.java
- FavoriteRelationshipEntity.java
- FavoriteRelationshipEntityKey.java
- FollowRelationshipEntity.java
- FollowRelationshipEntityKey.java
- TagEntity.java
- TagRelationshipEntity.java
- TagRelationshipEntityKey.java
- UserEntity.java
- SimpleQueryBuilder.java
- AbstractPanacheRepository.java
- ArticleRepositoryPanache.java
- CommentRepositoryPanache.java
- FavoriteRelationshipRepositoryPanache.java
- FollowRelationshipRepositoryPanache.java
- TagRelationshipRepositoryPanache.java
- TagRepositoryPanache.java
- UserRepositoryPanache.java
- ForbiddenException.java
- InfrastructureException.java
- UnauthorizedException.java
- BeanValidationExceptionMapper.java
- BusinessExceptionMapper.java
- InfrastructureExceptionMapper.java
- TokenProvider.java
- NoWrapRootValueObjectMapper.java
- Secured.java
- DecodedJWTSecurityContext.java
- EmptySecurityContext.java
- AuthenticationFilter.java
- AuthorizationFilter.java
- Role.java
- AtLeastOneFieldMustBeNotNull.java
- AtLeastOneFieldMustBeNotNullValidator.java
- index.html
- application.properties
- resources-config.json
- TestConstants.java
- ArticlesResourceIntegrationTest.java
- ProfilesResourceIntegrationTest.java
- TagsResourceIntegrationTest.java
- UserResourceIntegrationTest.java
- UsersResourceIntegrationTest.java
- UserEntityUtils.java
- AbstractIntegrationTest.java
- DatabaseIntegrationTest.java
- application.properties
- .dockerignore
- .gitignore
- integrated-tests.sh
- LICENSE
- mvnw
- mvnw.cmd
- pom.xml
- quarkus-logo.png
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
