自动化立体仓库 - WMS系统
LSH
2022-08-10 0f4e49782dff5427ad00729ff0a11984cc48b7bb
Default Changelist
2个文件已修改
21 ■■■■ 已修改文件
pom.xml 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -106,12 +106,27 @@
    </dependencies>
    <build>
        <finalName>lywms</finalName>
        <finalName>gzynwms</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <version>1.6.0</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>java</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <classpathScope>test</classpathScope>
                </configuration>
            </plugin>
        </plugins>
    </build>
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8088
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
@@ -10,7 +10,7 @@
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://localhost:1433;databasename=hylyasrs
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=gzynasrs
    username: sa
    password: sa@123
  mvc: