fix: maven spring.profiles.active 설정

dev
Jonguk. Lim 3 weeks ago
parent 77ac5e065d
commit f910907d0d

@ -382,12 +382,14 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<spring.profiles.active>local</spring.profiles.active>
<env>local</env>
</properties>
</profile>
<profile>
<id>prod</id>
<properties>
<spring.profiles.active>prod</spring.profiles.active>
<env>prod</env>
</properties>
</profile>

Loading…
Cancel
Save