Skip to content

Commit

Permalink
1. 개발 > Spring Boot > Spring Boot + Maven 환경에서 커스텀 빌드하기 (4) 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
readra committed Aug 26, 2024
1 parent c1c2cad commit 52e01d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _pages/개발/Spring Boot/maven-custom-build4.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,18 @@ mvn clean package
mvn clean package -Pcustom -Dsite.name=customer

### 결과
![일반 빌드 결과](/assets/img/pages/maven-custom-build/common-build.png)

spring-boot-maven-custom-build-0.0.1-SNAPSHOT-v1.tar.gz : 일반 모듈 패키지

spring-boot-maven-custom-build-0.0.1-SNAPSHOT-docs-v1.tar.gz : 일반 API 문서 패키지

![커스텀 빌드 결과](/assets/img/pages/maven-custom-build/custom-build.png)

spring-boot-maven-custom-build-0.0.1-SNAPSHOT-v1.1.tar.gz : 일반 모듈 패키지

spring-boot-maven-custom-build-0.0.1-SNAPSHOT-docs-v1.1.tar.gz : 일반 API 문서 패키지

spring-boot-maven-custom-build-0.0.1-SNAPSHOT-customer-docs-v1.1.tar.gz : 커스텀 API 문서 패키지

### 마치며
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52e01d5

Please sign in to comment.