Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from hackersground-kr/develop
Browse files Browse the repository at this point in the history
asd
  • Loading branch information
anys34 authored Aug 26, 2024
2 parents a3d4400 + 0d8e211 commit 2775140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public Long create(PostSaveRequest request) {
return postRepository.save(request.toEntity(currentUser)).getId();
}

@Transactional
public List<PostResponse> list() {
return postRepository.findAll().stream()
.map(PostResponse::new)
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jwt:

azure:
storage:
connection-string: %{CONNECTION:DefaultEndpointsProtocol=https;AccountName=fiveselves;AccountKey=4uRmovC9HvJbPXAJsxza2eXJV/A+B9rVHmf+d4lkE6CUoaoHP62baTO5be5d6mub0Lgu/thJ5qhC+ASthHc/Sw==;EndpointSuffix=core.windows.net}
connection-string: DefaultEndpointsProtocol=https;AccountName=fiveselves;AccountKey=4uRmovC9HvJbPXAJsxza2eXJV/A+B9rVHmf+d4lkE6CUoaoHP62baTO5be5d6mub0Lgu/thJ5qhC+ASthHc/Sw==;EndpointSuffix=core.windows.net
container-name: five

0 comments on commit 2775140

Please sign in to comment.