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 21, 2024
1 parent 1f296a8 commit b4b0a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/개발/Spring Boot/maven-custom-build4.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thumbnail: "/assets/img/thumbnail/custom3.webp"
<version>1.2.1</version>
</dependency>
```
빌드 시, 특정 파일 기준으로 properties 읽고 싶을 때 사용한다.
빌드 시, 특정 파일 기준으로 properties 읽고 싶을 때 사용한다. 버전 표시용
```xml
<dependency>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit b4b0a1b

Please sign in to comment.