update application properties
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if test "${SPRING_PROFILES_ACTIVE}" != '';
|
||||
then
|
||||
echo "spring active profile is "$SPRING_PROFILES_ACTIVE
|
||||
JAVA_OPTIONS="$JAVA_OPTIONS -Dspring.profiles.active=cloud,native,$SPRING_PROFILES_ACTIVE"
|
||||
JAVA_OPTIONS="$JAVA_OPTIONS -Dspring.profiles.active=native,$SPRING_PROFILES_ACTIVE"
|
||||
fi
|
||||
|
||||
if test "${LOCAL_DOCKER_ENV}" = 'true';
|
||||
|
||||
Reference in New Issue
Block a user