#
luxiaotao1123
2024-11-25 ce7cb0fccbe662ef58ff201c1ad8038c89af82bf
#
4个文件已修改
11 ■■■■■ 已修改文件
zy-acs-gateway/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-gateway/src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-manager/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-manager/src/main/resources/application.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-gateway/pom.xml
@@ -46,6 +46,7 @@
    </dependencies>
    <build>
        <finalName>rcs-gateway</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
zy-acs-gateway/src/main/resources/application.yml
@@ -28,7 +28,7 @@
logging:
  file:
    path: /stock/out/acs-gateway/logs
    path: /stock/out/rcs-gateway/logs
agv-tcp:
  #tcp/ip协议端口
zy-acs-manager/pom.xml
@@ -149,7 +149,7 @@
    </dependencies>
    <build>
        <finalName>acs-manager</finalName>
        <finalName>rcs-manager</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
zy-acs-manager/src/main/resources/application.yml
@@ -9,7 +9,6 @@
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    url: jdbc:mysql://192.168.2.46:3306/zy_acs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: xltys1995
    type: com.alibaba.druid.pool.DruidDataSource
@@ -41,7 +40,6 @@
      maxRequestSize: 100MB
  jmx:
    enabled: false
  # 邮件服务器配置
  mail:
    host: smtp.qq.com
    username:
@@ -62,7 +60,6 @@
      defaultZone: http://192.168.2.46:8765/eureka/
mybatis-plus:
#  mapper-locations: classpath:mapper/*.xml
  mapper-locations: classpath:mapper/*/*.xml
#  global-config:
#    field-strategy: 0
@@ -79,12 +76,11 @@
logging:
  file:
    path: /stock/out/acs-manager/logs
    path: /stock/out/rcs-manager/logs
#redis的相关配置
redis:
  host: localhost
#  host: 192.168.2.46
  password: xltys1995
  port: 6379
  max: 30