Skip to content

Commit

Permalink
Merge pull request #57 from Team-Archive/develop
Browse files Browse the repository at this point in the history
release(2.1.0): develop to main
  • Loading branch information
KimDoubleB authored Jan 26, 2023
2 parents 2a9dd1a + 49dc576 commit ce942b5
Show file tree
Hide file tree
Showing 206 changed files with 2,096 additions and 2,116 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ij_java_for_statement_wrap = on_every_item
ij_java_generate_final_locals = false
ij_java_generate_final_parameters = false
ij_java_if_brace_force = always
ij_java_imports_layout = *,|,javax.**,|,java.**,|,$*
ij_java_imports_layout = *,|,jakarta.**,|,java.**,|,$*
ij_java_indent_case_from_switch = true
ij_java_insert_inner_class_imports = false
ij_java_insert_override_annotation = true
Expand Down Expand Up @@ -130,7 +130,7 @@ ij_java_method_parameters_wrap = on_every_item
ij_java_modifier_list_wrap = false
ij_java_names_count_to_use_import_on_demand = 9999
ij_java_new_line_after_lparen_in_record_header = false
ij_java_packages_to_use_import_on_demand = java.awt.*,javax.swing.*
ij_java_packages_to_use_import_on_demand = java.awt.*,jakarta.swing.*
ij_java_parameter_annotation_wrap = on_every_item
ij_java_parentheses_expression_new_line_after_left_paren = false
ij_java_parentheses_expression_right_paren_on_new_line = false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy for push
on:
push:
branches:
- 'releases/**'
- 'temp/**' # currently use oracle server

jobs:
build-deploy:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
run: aws s3 cp --region ap-northeast-2 --acl private ./archive.zip s3://archive-depromeet/

- name: CodeDeploy
run: aws deploy create-deployment --application-name depromeet-deploy --deployment-group-name depromeet-deploy --s3-location bucket=archive-depromeet,key=archive.zip,bundleType=zip
run: aws deploy create-deployment --application-name depromeet-deploy --deployment-group-name depromeet-deploy --s3-location bucket=archive-depromeet,key=archive.zip,bundleType=zip
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@

## Tech stack

- Jdk 17, Gradle
- Spring framework
- Spring boot
- Jdk 17, Kotlin, Gradle
- Spring framework (v6.0.2)
- Spring boot (v3.0.0)
- Spring security
- Spring data jpa
- Spring mail
- ...
- MySQL, JPA, QueryDSL
- MySQL, JPA, QueryDSL, Caffeine cache
- Junit5, Spring test, Mockito, Testcontainer
- swagger, JWT

## Infra architecture

![architecture image](./assets/architecture.png)
![architecture image](./assets/architecture.png)

- Migrated to Oracle cloud

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ce942b5

Please sign in to comment.