Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zini9188 authored Mar 16, 2024
1 parent 9e62d7c commit 21eaa4a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
```
$ git clone --recurse-submodules {레포주소}
#### 서브모듈 업데이트하는 방법
# 서브모듈 업데이트하는 방법
$ git submodule update --remote --merge
#### 2. gradle
```
# build.gralde에 아래 내용 없으면 추가
#### 2. build.gralde 설정

# ./security에서 src/main/resouces로 폴더 copy
`./security -> src/main/resouces로의 복사를 위해 필요한 설정`
```
processResources.dependsOn('copySecret')
tasks.register('copySecret', Copy) {
Expand Down

0 comments on commit 21eaa4a

Please sign in to comment.