@ -118,9 +118,9 @@
<profiles>
<profile>
<id>dev</id>
<!--<activation>
<activation>
<activeByDefault>true</activeByDefault>
</activation>-->
</activation>
<properties>
<server.port>8085</server.port>
<spring.profiles.active>dev</spring.profiles.active>
@ -148,9 +148,9 @@
</profile>
<id>test</id>
<spring.profiles.active>test</spring.profiles.active>