-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[team-2][Miller] STEP1 (1주차 수요일) PR #25
Merged
Dae-Hwa
merged 8 commits into
codesquad-members-2022:Team_02
from
TaeKyeongKim:backend-dev
May 25, 2022
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5da1aff
docs: [#1] issue 와 PR 템플릿 추가 (#2)
rxdcxdrnine 3f1a7bd
feat: [#9] spring initializr 를 이용한 스프링부트 프로젝트 추가
rxdcxdrnine 8967480
feat: [#9] 로컬 환경 내 데이터베이스 실행 및 스프링부트 프로젝트와 연결
rxdcxdrnine fa1e1e5
feat: [#10] 물리적 데이터베이스 설계를 위한 schema.sql 추가
rxdcxdrnine 9bafe99
feat: [#10] district, member, room 패키지 내 JPA entity 추가
rxdcxdrnine 6012d37
feat: [#10] 테스트 시 H2 DB 구성 및 test 환경 파일 별도 분리
rxdcxdrnine 983a6b7
feat: [#14] build.gradle 내 버전 수정 및 Dockerfile 추가
rxdcxdrnine 14fdb84
feat: [#14] GitHub Actions 의 workflows 파일 추가
rxdcxdrnine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BE | FE | iOS] : {BUG_TITLE}" | ||
labels: | ||
assignees: '' | ||
--- | ||
|
||
## 🔄 How to reproduce bug | ||
|
||
<!--어떻게 하면 버그를 다시 만들 수 있는지 과정을 설명해주세요!--> | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## 🤔 Concerns | ||
|
||
<!--고려해야할 점은 무엇이 있는지 작성해주세요!--> | ||
|
||
|
||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
|
||
|
||
|
||
<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest new Feature Request for this project | ||
title: "[BE | FE | iOS] {ISSUE_TITLE}" | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## 🤷♂️ Description | ||
|
||
<!-- 구현하고자 하는 기능에 대해 작성해 주세요. --> | ||
|
||
|
||
|
||
## 📝 Primary Commits | ||
|
||
<!-- 세부 구현 사항을 리스트로 작성해주세요. --> | ||
|
||
- [X] 세부 구현 사항 1 | ||
- [ ] 세부 구현 사항 2 | ||
- [ ] 세부 구현 사항 3 | ||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
|
||
|
||
|
||
<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 🤷♂️ Description | ||
|
||
<!-- 구현하고자 하는 기능에 대해 작성해 주세요. --> | ||
|
||
|
||
|
||
## 📝 Primary Commits | ||
|
||
<!-- 세부 구현 사항을 리스트로 작성해주세요. --> | ||
|
||
- [X] 세부 구현 사항 1 | ||
- [ ] 세부 구현 사항 2 | ||
- [ ] 세부 구현 사항 3 | ||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
|
||
|
||
|
||
<!--마지막으로 PR 생성 시 우측의 옵션들을 체크했는지 확인해주세요!--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
HELP.md | ||
.gradle | ||
build/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
!**/src/main/**/build/ | ||
!**/src/test/**/build/ | ||
|
||
### STS ### | ||
.apt_generated | ||
.classpath | ||
.factorypath | ||
.project | ||
.settings | ||
.springBeans | ||
.sts4-cache | ||
bin/ | ||
!**/src/main/**/bin/ | ||
!**/src/test/**/bin/ | ||
|
||
### IntelliJ IDEA ### | ||
.idea | ||
*.iws | ||
*.iml | ||
*.ipr | ||
out/ | ||
!**/src/main/**/out/ | ||
!**/src/test/**/out/ | ||
|
||
### NetBeans ### | ||
/nbproject/private/ | ||
/nbbuild/ | ||
/dist/ | ||
/nbdist/ | ||
/.nb-gradle/ | ||
|
||
### VS Code ### | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
plugins { | ||
id 'org.springframework.boot' version '2.7.0' | ||
id 'io.spring.dependency-management' version '1.0.11.RELEASE' | ||
id 'java' | ||
} | ||
|
||
group = 'com.codesquad' | ||
version = '0.0.1-SNAPSHOT' | ||
sourceCompatibility = '11' | ||
|
||
configurations { | ||
compileOnly { | ||
extendsFrom annotationProcessor | ||
} | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' | ||
implementation 'org.springframework.boot:spring-boot-starter-validation' | ||
implementation 'org.springframework.boot:spring-boot-starter-web' | ||
compileOnly 'org.projectlombok:lombok' | ||
runtimeOnly 'mysql:mysql-connector-java' | ||
testImplementation 'com.h2database:h2' | ||
annotationProcessor 'org.projectlombok:lombok' | ||
testImplementation 'org.springframework.boot:spring-boot-starter-test' | ||
} | ||
|
||
tasks.named('test') { | ||
useJUnitPlatform() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
version: "3" | ||
|
||
services: | ||
database: | ||
image: mysql:8.0 | ||
container_name: mysql-airbnb | ||
ports: | ||
- "3306:3306" | ||
environment: | ||
- MYSQL_DATABASE=airbnb | ||
- MYSQL_ROOT_PASSWORD=team-2 | ||
- TZ=Asia/Seoul | ||
|
||
command: | ||
- --character-set-server=utf8mb4 | ||
- --collation-server=utf8mb4_unicode_ci |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍