Skip to content

Commit

Permalink
Merge branch 'develop' into feat-selectNewStockmon-#3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHeeEul authored Aug 24, 2024
2 parents 2da230b + c8bafc0 commit 878dd9e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## ✅ 해야 할 작업을 TASK 별로 작성해주세요.
- [ ] TASK

<br><br>
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ex) [Feat] PR명 #00 (제목 작성후 지워주세요!)

## 변경 사항 요약
> 요약 내용 나열 + (이미지)
- [ ]

## 이슈 번호
- close #00
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ out/

### VS Code ###
.vscode/

application-db.properties
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spring.application.name=stockmon-be

spring.config.import=application-db.properties
4 changes: 4 additions & 0 deletions stock/src/main/java/com/pda/stock/entity/Stock.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.pda.stock.entity;

public class Stock {
}

0 comments on commit 878dd9e

Please sign in to comment.