自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-08-08 8444e85e1fd048a7332e3e88dd11c65c943ccf75
#
3个文件已修改
8 ■■■■ 已修改文件
pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -100,7 +100,7 @@
    </dependencies>
    <build>
        <finalName>asrs</finalName>
        <finalName>jsasrs</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
src/main/resources/application.yml
@@ -1,11 +1,11 @@
server:
  port: 8081
  servlet:
    context-path: /@pom.artifactId@
    context-path: /@pom.build.finalName@
spring:
  application:
    name: @pom.artifactId@
    name: @pom.build.finalName@
  datasource:
    # mysql
#    driver-class-name: com.mysql.jdbc.Driver
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/asrs";
var baseUrl = "/jsasrs";
// 详情窗口-高度
var detailHeight = '80%';