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