| | |
| | | </parent> |
| | | |
| | | <groupId>com.nanjing.water</groupId> |
| | | <artifactId>nanjing-station</artifactId> |
| | | <artifactId>nanjing-station-service</artifactId> |
| | | <version>0.0.1-SNAPSHOT</version> |
| | | <name>nanjing-station-service</name> |
| | | <description>The service which yyy of xxx project</description> |
| | | <description>The service which name is nanjing-station of water</description> |
| | | |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | |
| | | <package.buildName></package.buildName> |
| | | </properties> |
| | | </profile> |
| | | |
| | | <!-- 本地化部署环境 --> |
| | | <profile> |
| | | <id>local</id> |
| | | <properties> |
| | | <!-- 设置参数“package.environment”的值 --> |
| | | <package.environment>local</package.environment> |
| | | <package.buildName></package.buildName> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | <build> |