浏览代码

代码修改

liubing 4 年之前
父节点
当前提交
4844d41f75
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      svr/svr-door-serivce/src/main/resources/bootstrap.yml
  2. 1 1
      svr/svr-iot/pom.xml

+ 1 - 1
svr/svr-door-serivce/src/main/resources/bootstrap.yml

@ -1,6 +1,6 @@
spring:
spring:
  application:
  application:
    name: svr-door-service
    name: svr-door-service-lb
  cloud:
  cloud:
    config:
    config:
      failFast: true
      failFast: true

+ 1 - 1
svr/svr-iot/pom.xml

@ -153,7 +153,7 @@
                            <addClasspath>true</addClasspath>
                            <addClasspath>true</addClasspath>
                            <!-- 外部依赖jar包的最终位置 -->
                            <!-- 外部依赖jar包的最终位置 -->
                            <classpathPrefix>lib/</classpathPrefix>
                            <classpathPrefix>lib/</classpathPrefix>
                            <mainClass>com.yihu.SvrDoorServiceApplication</mainClass>
                            <mainClass>com.yihu.IOTApplication</mainClass>
                        </manifest>
                        </manifest>
                    </archive>
                    </archive>
                </configuration>
                </configuration>