|
@ -108,7 +108,7 @@ |
|
|
<profile> |
|
|
<profile> |
|
|
<id>dev</id> |
|
|
<id>dev</id> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8096</server.port> |
|
|
<server.port>8201</server.port> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
@ -158,7 +158,7 @@ |
|
|
<activeByDefault>true</activeByDefault> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
</activation> |
|
|
</activation> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8096</server.port> |
|
|
<server.port>8201</server.port> |
|
|
<spring.profiles.active>local</spring.profiles.active> |
|
|
<spring.profiles.active>local</spring.profiles.active> |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
@ -208,7 +208,7 @@ |
|
|
<activeByDefault>true</activeByDefault> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
</activation>--> |
|
|
</activation>--> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8096</server.port> |
|
|
<server.port>8201</server.port> |
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
@ -255,7 +255,7 @@ |
|
|
<profile> |
|
|
<profile> |
|
|
<id>prod</id> |
|
|
<id>prod</id> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8096</server.port> |
|
|
<server.port>8201</server.port> |
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
|