|
@ -92,9 +92,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>8090</server.port> |
|
|
<server.port>8090</server.port> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
@ -122,9 +122,9 @@ |
|
|
</profile> |
|
|
</profile> |
|
|
<profile> |
|
|
<profile> |
|
|
<id>test</id> |
|
|
<id>test</id> |
|
|
<!--<activation> |
|
|
<activation> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
</activation>--> |
|
|
</activation> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8090</server.port> |
|
|
<server.port>8090</server.port> |
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|