Skip to content

Commit e3c46cc

Browse files
committed
RELEASE: 0.1.5
* execution time aop add
1 parent c0be30b commit e3c46cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ RUN chmod +x ./gradlew
4141
WORKDIR /app/web
4242
RUN ./gradlew build -x test
4343

44-
CMD ["sh", "-c", "java -jar -Dspring.profiles.active=product build/libs/web-${VERSION}.jar"]
44+
CMD ["sh", "-c", "java -jar -Dspring.profiles.active=product,execution_time build/libs/web-${VERSION}.jar"]

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
allprojects {
77
group = 'jshop'
8-
version = '0.1.4'
8+
version = '0.1.5'
99

1010
java {
1111
sourceCompatibility = '17'

jenkins/deploy.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
REDIS_HOST = credentials('REDIS_HOST')
1616
REDIS_PORT = credentials('REDIS_PORT')
1717
REDIS_PASSWORD = credentials('REDIS_PASSWORD')
18-
VERSION = '0.1.4'
18+
VERSION = '0.1.5'
1919
IMAGE = 'jshop.kr.ncr.ntruss.com/jshop'
2020
}
2121

0 commit comments

Comments
 (0)