elkers
8 天以前 0d6261d2892c540cb7935093d30e5d7697474d48
修改yml
已修改2个文件
16 ■■■■ 文件已修改
pom.xml 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/job-list.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -10,10 +10,10 @@
    </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>
@@ -297,6 +297,16 @@
                <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>
src/main/resources/static/job-list.html
@@ -7,7 +7,7 @@
    <meta name="renderer" content="webkit">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="favicon.ico">
    <title>xxx系统</title>
    <title>智慧水务-南京地铁智慧泵站监测系统</title>
    <link rel="stylesheet" href="css/main.css" />